diff --git a/boilerplate.js b/boilerplate.js index 015d134..ff701c3 100644 --- a/boilerplate.js +++ b/boilerplate.js @@ -51,8 +51,8 @@ async function install (context) { }) if (rnInstall.exitCode > 0) process.exit(rnInstall.exitCode) - system.run(`cd node_modules/react-native/Libraries/WebSocket/RCTWebSocket.xcodeproj && git apply ../../../../../../ignite-ir-boilerplate-andross/lib/project-pbxproj.patch`) - + system.run(`cd ./node_modules/react-native/Libraries/WebSocket/RCTWebSocket.xcodeproj && git apply ../../../../../../node_modules/ignite-ir-boilerplate-andross/lib/project-pbxproj.patch`) + // remove the __tests__ directory and App.js that come with React Native filesystem.remove('__tests__') filesystem.remove('App.js')