react-native-template icon indicating copy to clipboard operation
react-native-template copied to clipboard

Fix setup script (remove FamilyDirected)

Open jsjoeio opened this issue 6 years ago • 0 comments

Currently, in the setup script we have the following:

execSync('rm -rf ios/FamilyDirectedTest/Base.lproj/LaunchScreen.xib', {
    cwd: rootDirectory,
  })

I think "FamilyDirectedTest" should be replaced with the ProjectName

jsjoeio avatar Nov 12 '19 14:11 jsjoeio