File tree Expand file tree Collapse file tree 1 file changed +16
-1
lines changed Expand file tree Collapse file tree 1 file changed +16
-1
lines changed Original file line number Diff line number Diff line change 3535
3636 ` ` ` bash
3737 yarn android
38- ` ` `
38+ ` ` `
39+
40+ ** Note:**
41+
42+ If your Android build fails please add the following snippet on the ` android/gradle.properties` to make it work.
43+
44+ ```
45+ # Disabled hermes in favour of broken Android build due to the package ` react-native-quick-sqlite ` :
46+ # To Fix:
47+ # A problem occurred evaluating project ': react-native-quick-sqlite '.
48+ # > Cannot get property 'hermesEnabled' on extra properties extension as it does not exist
49+ hermesEnabled=true
50+ # disables the check for multiple instances for gesture handler
51+ # this is needed for react-native-gesture-handler to be both a devDep of core and be a dep on the expo sample app
52+ disableMultipleInstancesCheck=true
53+ ```
You can’t perform that action at this time.
0 commit comments