Skip to content

Commit 7135747

Browse files
rafecoltonOSBotify
authored andcommitted
Merge pull request #86129 from Expensify/chuckdries/fix-expo-modules-patch
Exclude expo-secure-store from Prebuilt Expo Modules for Android to apply patch (cherry picked from commit 74e4d07) (cherry-picked to staging by AndrewGable)
1 parent c15bf09 commit 7135747

1 file changed

Lines changed: 6 additions & 1 deletion

File tree

package.json

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -420,7 +420,12 @@
420420
"expo-file-system",
421421
"@react-native-google-signin/google-signin",
422422
"expo-keep-awake"
423-
]
423+
],
424+
"android": {
425+
"buildFromSource": [
426+
"expo-secure-store"
427+
]
428+
}
424429
}
425430
},
426431
"engines": {

0 commit comments

Comments
 (0)