nx-react-native-cli 1.0.11 → 1.0.13

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "nx-react-native-cli",
3
- "version": "1.0.11",
3
+ "version": "1.0.13",
4
4
  "description": "A react native starter (with NX) cli script",
5
5
  "type": "module",
6
6
  "files": [
@@ -0,0 +1,146 @@
1
+ # See http://help.github.com/ignore-files/ for more about ignoring files.
2
+
3
+ # compiled output
4
+ dist
5
+ tmp
6
+ /out-tsc
7
+
8
+ # dependencies
9
+ node_modules
10
+
11
+ # IDEs and editors
12
+ /.idea
13
+ .project
14
+ .classpath
15
+ .c9/
16
+ *.launch
17
+ .settings/
18
+ *.sublime-workspace
19
+
20
+ # IDE - VSCode
21
+ .vscode/*
22
+ !.vscode/settings.json
23
+ !.vscode/tasks.json
24
+ !.vscode/launch.json
25
+ !.vscode/extensions.json
26
+
27
+ # misc
28
+ /.sass-cache
29
+ /connect.lock
30
+ /coverage
31
+ /libpeerconnection.log
32
+ npm-debug.log
33
+ yarn-error.log
34
+ testem.log
35
+ /typings
36
+
37
+ # System Files
38
+ .DS_Store
39
+ Thumbs.db
40
+ .nx
41
+ creds.json
42
+
43
+ # Next.js
44
+ .next
45
+ out
46
+ *.env
47
+ !.env.template
48
+
49
+ # React Native
50
+
51
+ # OSX
52
+ #
53
+ .DS_Store
54
+
55
+ # Xcode
56
+ #
57
+ build/
58
+ *.pbxuser
59
+ !default.pbxuser
60
+ *.mode1v3
61
+ !default.mode1v3
62
+ *.mode2v3
63
+ !default.mode2v3
64
+ *.perspectivev3
65
+ !default.perspectivev3
66
+ xcuserdata
67
+ *.xccheckout
68
+ *.moved-aside
69
+ DerivedData
70
+ *.hmap
71
+ *.ipa
72
+ *.xcuserstate
73
+
74
+ # Android/IntelliJ
75
+ #
76
+ build/
77
+ .idea
78
+ .gradle
79
+ local.properties
80
+ *.iml
81
+ *.hprof
82
+ .cxx/
83
+ *.keystore
84
+ !debug.keystore
85
+
86
+ # node.js
87
+ #
88
+ node_modules/
89
+ npm-debug.log
90
+ yarn-error.log
91
+
92
+ # BUCK
93
+ buck-out/
94
+ \.buckd/
95
+
96
+ # fastlane
97
+ #
98
+ # It is recommended to not store the screenshots in the git repo. Instead, use fastlane to re-generate the
99
+ # screenshots whenever they are needed.
100
+ # For more information about the recommended setup visit:
101
+ # https://docs.fastlane.tools/best-practices/source-control/
102
+
103
+ **/fastlane/report.xml
104
+ **/fastlane/Preview.html
105
+ **/fastlane/screenshots
106
+ **/fastlane/test_output
107
+ *.cer
108
+ *.mobileprovision
109
+
110
+
111
+ # Bundle artifact
112
+ *.jsbundle
113
+
114
+ # Ruby / CocoaPods
115
+ **/ios/Pods/
116
+ **/vendor/bundle/
117
+
118
+ # iOS build logs
119
+ ios-build.log
120
+
121
+ # Temporary files created by Metro to check the health of the file watcher
122
+ .metro-health-check*
123
+
124
+ # testing
125
+ coverage
126
+ /coverage
127
+ apps/mobile-e2e/artifacts
128
+
129
+ # Expo
130
+ .expo
131
+ dist/
132
+ web-build/
133
+
134
+ # Misc
135
+ .env
136
+ .env.*
137
+ !.env.template
138
+ .nx
139
+ *.keystore
140
+ .env
141
+ *.env.*
142
+ !.env.template
143
+ !debug.keystore
144
+ !dev.keystore
145
+ !staging.keystore
146
+ !production.keystore
@@ -0,0 +1,3 @@
1
+ IS_LIVE=false
2
+ STORAGE_KEY=MMKV-STORAGE-KEY
3
+ API_BASE_URL=