Skip to content

Commit c75877a

Browse files
Renamed demo project to react-native.-supabase-background-sync
1 parent 066d607 commit c75877a

File tree

87 files changed

+234
-236
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

87 files changed

+234
-236
lines changed

demos/react-native-background-sync/README.md renamed to demos/react-native-supabase-background-sync/README.md

Lines changed: 1 addition & 1 deletion

demos/react-native-background-sync/android/app/src/main/AndroidManifest.xml renamed to demos/react-native-supabase-background-sync/android/app/src/main/AndroidManifest.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
<data android:scheme="https"/>
1414
</intent>
1515
</queries>
16-
<application android:name=".MainApplication" android:label="@string/app_name" android:icon="@mipmap/ic_launcher" android:roundIcon="@mipmap/ic_launcher_round" android:allowBackup="true" android:theme="@style/AppTheme" android:supportsRtl="true" android:enableOnBackInvokedCallback="false">
16+
<application android:name=".MainApplication" android:label="@string/app_name" android:icon="@mipmap/ic_launcher" android:roundIcon="@mipmap/ic_launcher_round" android:allowBackup="true" android:theme="@style/AppTheme" android:supportsRtl="true">
1717
<meta-data android:name="expo.modules.updates.ENABLED" android:value="false"/>
1818
<meta-data android:name="expo.modules.updates.EXPO_UPDATES_CHECK_ON_LAUNCH" android:value="ALWAYS"/>
1919
<meta-data android:name="expo.modules.updates.EXPO_UPDATES_LAUNCH_WAIT_MS" android:value="0"/>

0 commit comments

Comments
 (0)