Project re-initialization with latest react native (npx create-react-native-library)

This commit is contained in:
Tiago Daniel Jacobs
2022-08-16 08:02:45 -03:00
parent 00adc46c19
commit c2a32bc38f
105 changed files with 7290 additions and 6684 deletions

View File

@@ -12,7 +12,7 @@ const options = {
};
if (os.type() === 'Windows_NT') {
options.shell = true
options.shell = true;
}
let result;