mirror of
https://github.com/pezkuwichain/pezkuwi-ui.git
synced 2026-04-22 19:38:03 +00:00
react-native example app port (#223)
* add readme * react-native example app * update readme * add ios-cli dep * revert package.json change * update readme * update readme * don't auto launch metro * add react native scripts * nohoist @react-native-community/** * update readme * undo wrong README change * remove react-native root dep * copyright headers * semi-style * add default gitignore * finish linting * remove test for now * fix typescript errors * fix linting * update scripts * update deps and version * update readme * remove accidental dep * update readme * bump deps * update yarn.lock * actually update yarn.lock * fix yarn.lock conflicts by updating exampleReactNative deps
This commit is contained in:
committed by
Jaco Greeff
parent
cd1fc14c16
commit
b3e9b70341
+5
@@ -0,0 +1,5 @@
|
||||
rootProject.name = 'exampleReactNative'
|
||||
include ':react-native-randombytes'
|
||||
project(':react-native-randombytes').projectDir = new File(rootProject.projectDir, '../../../node_modules/react-native-randombytes/android')
|
||||
apply from: file("../node_modules/@react-native-community/cli-platform-android/native_modules.gradle"); applyNativeModulesSettingsGradle(settings)
|
||||
include ':app'
|
||||
Reference in New Issue
Block a user