We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7fbc4c8 commit d3578b6Copy full SHA for d3578b6
.github/workflows/create_test_patches.yml
@@ -85,6 +85,8 @@ jobs:
85
if [ -d node_modules/@react-native-firebase/$PACKAGE ]; then
86
pushd node_modules/@react-native-firebase
87
tar -zxf $HOME/packages/react-native-firebase-${PACKAGE}.tgz
88
+ # yarn3+ pack does not handle the executable bits on our scripts correctly. Fix.
89
+ chmod 755 package/ios_config.sh && true
90
mv $PACKAGE/package.json package/
91
\rm -fr $PACKAGE
92
mv package $PACKAGE
0 commit comments