Skip to content
This repository has been archived by the owner on Mar 9, 2021. It is now read-only.

Commit

Permalink
Correct patch path
Browse files Browse the repository at this point in the history
  • Loading branch information
Morgan Laco committed Nov 6, 2018
1 parent faa0fbf commit ac1189c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions boilerplate.js
Original file line number Diff line number Diff line change
Expand Up @@ -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')
Expand Down

0 comments on commit ac1189c

Please sign in to comment.