Closed svbutko closed 6 months ago
react-native-test-app
Embed Manifest
app.json
In order to work in CI, next changes needs to be added to ci.yml for Build example app:
ci.yml
Build example app
run: cd example/ios && xcodebuild -workspace MenuExample.xcworkspace -scheme MenuExample -destination "platform=iOS Simulator,id=F882DE2D-825C-4D22-A66D-682FCF5FCCF8" CODE_SIGNING_ALLOWED=NO COMPILER_INDEX_STORE_ENABLE=NO -skip-testing:ReactTestAppTests/ReactNativePerformanceTests
@Naturalclar the git hook is also has to be changed in order to work as I mentioned in description, I unfortunately can't change it, only authorized author can adjust it
Overview
react-native-test-app
to fix issues withEmbed Manifest
failing to findapp.json
In order to work in CI, next changes needs to be added to
ci.yml
forBuild example app
: