Skip to content
This repository was archived by the owner on Feb 23, 2021. It is now read-only.

Commit a5ca987

Browse files
committed
Add bundle identifier for iOS and package for android
1 parent 9b06958 commit a5ca987

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

mobile/app.json

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,11 @@
2222
"**/*"
2323
],
2424
"ios": {
25-
"supportsTablet": true
25+
"supportsTablet": true,
26+
"bundleIdentifier": "engineering.lightning.Lightning"
27+
},
28+
"android": {
29+
"package": "engineering.lightning.Lightning"
2630
},
2731
"packagerOpts": {
2832
"config": "./rn-cli.config.js"

0 commit comments

Comments
 (0)