Skip to content

Commit 9cc3473

Browse files
committed
fix: lint
1 parent 2ebfe40 commit 9cc3473

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

examples/sync-demo-expo/app.config.js

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,8 @@ export default {
3838
ios: {
3939
supportsTablet: true,
4040
bundleIdentifier:
41-
process.env.IOS_BUNDLE_IDENTIFIER || 'com.yourcompany.sqlitesyncexample',
41+
process.env.IOS_BUNDLE_IDENTIFIER ||
42+
'com.yourcompany.sqlitesyncexample',
4243
infoPlist: {
4344
UIBackgroundModes: ['remote-notification'],
4445
ITSAppUsesNonExemptEncryption: false,

0 commit comments

Comments
 (0)