react-native-template
react-native-template copied to clipboard
Fix setup script (remove FamilyDirected)
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