feat: Add React Native 0.66 support (#490)
* feat: Add React Native 0.66 support * Generate lockfiles * Update Podfile.lock * chore: Migrate from react-native-navigation to react-navigation (#491) * Migrate RNN -> RN * Migrate all screens * Fix get permission status * fix app name * Update AppDelegate.m * Fix Info.plist * Set `UIViewControllerBasedStatusBarAppearance` to `YES` * Only enable `audio` if user granted microphone permission * Update App.tsx * Fix RNGH for Android * Use `navigate` instead of `push` * Fix animation * Upgrade @types/react-native * "Splash" -> "PermissionsPage"
This commit is contained in:
@@ -15,6 +15,6 @@ VisionCamera_buildToolsVersion=30.0.0
|
||||
VisionCamera_compileSdkVersion=30
|
||||
VisionCamera_kotlinVersion=1.5.30
|
||||
VisionCamera_targetSdkVersion=30
|
||||
VisionCamera_ndkVersion=20.1.5948944
|
||||
VisionCamera_ndkVersion=21.4.7075529
|
||||
android.enableJetifier=true
|
||||
android.useAndroidX=true
|
||||
|
Reference in New Issue
Block a user