add/icons codepush
This commit is contained in:
parent
d92823e63d
commit
6e62e27cfa
|
@ -80,7 +80,7 @@ apply from: "../../node_modules/react-native-vector-icons/fonts.gradle"
|
|||
*/
|
||||
|
||||
project.ext.react = [
|
||||
enableHermes: false, // clean and rebuild if changing
|
||||
enableHermes: true, // clean and rebuild if changing
|
||||
]
|
||||
|
||||
apply from: "../../node_modules/react-native/react.gradle"
|
||||
|
|
|
@ -0,0 +1,3 @@
|
|||
{
|
||||
"app_secret": "45a99690-9deb-4a08-9d6f-0a95e4c25256"
|
||||
}
|
|
@ -1,3 +1,5 @@
|
|||
<resources>
|
||||
<string name="app_name">locaft_mobile</string>
|
||||
<string name="appCenterCrashes_whenToSendCrashes" moduleConfig="true" translatable="false">DO_NOT_ASK_JAVASCRIPT</string>
|
||||
<string name="appCenterAnalytics_whenToEnableAnalytics" moduleConfig="true" translatable="false">ALWAYS_SEND</string>
|
||||
</resources>
|
||||
|
|
Loading…
Reference in New Issue