Skip to content

Commit 7f5f76b

Browse files
authored
chore: unify package.json (#100)
1 parent bf0d64d commit 7f5f76b

24 files changed

+5769
-6524
lines changed

.gitignore

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -58,3 +58,13 @@ index.ios.bundle
5858

5959
# Eslint Cache
6060
.eslintcache
61+
62+
# Bundle artifact
63+
*.jsbundle
64+
65+
# CocoaPods
66+
example/ios/Pods/
67+
68+
# expo generated files
69+
.expo
70+
web-build

.npmignore

Lines changed: 0 additions & 89 deletions
This file was deleted.

app.config.js

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
export default {
2+
entryPoint: './example/App',
3+
};

babel.config.js

Lines changed: 0 additions & 3 deletions
This file was deleted.

example/.flowconfig

Lines changed: 0 additions & 74 deletions
This file was deleted.

example/.gitignore

Lines changed: 0 additions & 63 deletions
This file was deleted.

0 commit comments

Comments
 (0)