Skip to content

Commit 77630da

Browse files
committed
Removed React Native dependency for exported files
1 parent 1140ac6 commit 77630da

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

app/src/utils/createApplication.util.ts

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -136,8 +136,7 @@ export const createPackage = (path, appName) => {
136136
"express": "^4.17.1",
137137
"react": "^16.13.1",
138138
"react-dom": "^16.13.1",
139-
"webpack": "^4.29.6",
140-
"react-native": "^0.62.1"
139+
"webpack": "^4.29.6"
141140
},
142141
"devDependencies": {
143142
"@babel/core": "^7.4.3",

0 commit comments

Comments
 (0)