feat(mobile): overhaul mobile app with Pro paywall, rewarded video refill, iOS permissions, and build APK
This commit is contained in:
parent
e87567fa90
commit
7e264dca37
8 changed files with 535 additions and 27 deletions
|
|
@ -27,12 +27,7 @@ android.useAndroidX=true
|
|||
# ./gradlew <task> -PreactNativeArchitectures=x86_64
|
||||
reactNativeArchitectures=armeabi-v7a,arm64-v8a,x86,x86_64
|
||||
|
||||
# Use this property to enable support to the new architecture.
|
||||
# This will allow you to use TurboModules and the Fabric render in
|
||||
# your application. You should enable this flag either if you want
|
||||
# to write custom TurboModules/Fabric components OR use libraries that
|
||||
# are providing them.
|
||||
newArchEnabled=false
|
||||
# newArchEnabled is enabled by default in React Native 0.85+
|
||||
|
||||
# Use this property to enable or disable the Hermes JS engine.
|
||||
# If set to false, you will be using JSC instead.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue