evelant / rnv8skiacrash

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Reproduction of crashes using JSI libraries such as @shopify/react-native-skia with react-native-v8

Root of the problem appears to be invalid props passed to JSI methods. With hermes this results in an error message. With v8 it results in a deadlock or crash.

To reproduce this, set frontWidth prop on TextWithBorderSkia to NaN. On v8 this deadlocks or crashes. On hermes it results in an error message.

About


Languages

Language:Java 45.4%Language:TypeScript 20.8%Language:Ruby 17.2%Language:Objective-C++ 13.4%Language:Objective-C 1.6%Language:Swift 0.6%Language:JavaScript 0.5%Language:C 0.5%