vicary / gqty-expo

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Expo GQty v8

This is a barebone example of how to use GQty with Expo in all supported js engines.

Switching JavaScript Engines

To switch js engines, update app.json accordingly.

Hermes

  1. Set expo.jsEngine to hermes
  2. Make sure expo.plugins does NOT include react-native-v8.

JSC

  1. Set expo.jsEngine to jsc
  2. Make sure expo.plugins does NOT include react-native-v8.

V8

  1. Set expo.jsEngine to jsc
  2. Make sure expo.plugins includes react-native-v8.

Running it

In case of errors, try yarn expo prebuild --clean before running the following commands.

ios

  1. yarn ios

android

  1. yarn and

About


Languages

Language:TypeScript 58.0%Language:Java 20.8%Language:Ruby 7.8%Language:Objective-C++ 6.1%Language:JavaScript 6.0%Language:Objective-C 0.7%Language:Swift 0.3%Language:C 0.2%