916278d3ea
* 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"
71 lines
760 B
Plaintext
71 lines
760 B
Plaintext
# OSX
|
|
#
|
|
.DS_Store
|
|
|
|
# XDE
|
|
.expo/
|
|
|
|
# VSCode
|
|
jsconfig.json
|
|
|
|
# Xcode
|
|
#
|
|
build/
|
|
*.pbxuser
|
|
!default.pbxuser
|
|
*.mode1v3
|
|
!default.mode1v3
|
|
*.mode2v3
|
|
!default.mode2v3
|
|
*.perspectivev3
|
|
!default.perspectivev3
|
|
xcuserdata
|
|
*.xccheckout
|
|
*.moved-aside
|
|
DerivedData
|
|
*.hmap
|
|
*.ipa
|
|
*.xcuserstate
|
|
project.xcworkspace
|
|
|
|
# Android/IJ
|
|
#
|
|
.idea
|
|
.gradle
|
|
local.properties
|
|
android.iml
|
|
*.hprof
|
|
|
|
# Cocoapods
|
|
#
|
|
example/ios/Pods
|
|
|
|
# node.js
|
|
#
|
|
node_modules/
|
|
npm-debug.log
|
|
yarn-debug.log
|
|
yarn-error.log
|
|
|
|
# BUCK
|
|
buck-out/
|
|
\.buckd/
|
|
android/app/libs
|
|
android/keystores/debug.keystore
|
|
|
|
# Expo
|
|
.expo/*
|
|
|
|
# generated by bob
|
|
lib/
|
|
|
|
# we only use yarn
|
|
package-lock.json
|
|
|
|
# TypeDoc/Docusaurus stuff
|
|
docs/docs/api
|
|
|
|
# External native build folder generated in Android Studio 2.2 and later
|
|
.externalNativeBuild
|
|
.cxx/
|