We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2c25d1f commit cbd9fbdCopy full SHA for cbd9fbd
2 files changed
app.json
@@ -6,10 +6,10 @@
6
"orientation": "portrait",
7
"sdkVersion": "21.0.0",
8
"ios": {
9
- "bundleIdentifier": "com.sunway.cemclient"
+ "bundleIdentifier": "com.sunway.acmclient"
10
},
11
"android": {
12
- "package": "com.sunway.cemclient"
+ "package": "com.sunway.acmclient"
13
14
"primaryColor": "#FF5722",
15
"loading": {
package.json
@@ -1,11 +1,11 @@
1
{
2
- "name": "cem-client",
3
- "version": "0.1.0",
+ "name": "acm-client",
+ "version": "0.1.1",
4
"private": true,
5
"main": "./node_modules/react-native-scripts/build/bin/crna-entry.js",
"repository": {
"type": "git",
- "url": "https://github.com/sunway-team/cem-client.git"
+ "url": "https://github.com/sunway-team/acm-client.git"
"scripts": {
"start": "react-native-scripts start",
0 commit comments