We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bbf258c commit 2eca5a7Copy full SHA for 2eca5a7
package.json
@@ -1,6 +1,6 @@
1
{
2
"name": "@thecodingmachine/react-native-boilerplate",
3
- "version": "3.1.1",
+ "version": "3.1.2",
4
"description": "TheCodingMachine React Native Boilerplate",
5
"repository": {
6
"type": "git",
@@ -25,7 +25,7 @@
25
"starter-kit"
26
],
27
"dependencies": {
28
- "@thecodingmachine/rnb-plugin-typescript": "^1.0.4",
+ "@thecodingmachine/rnb-plugin-typescript": "^1.0.5",
29
"kleur": "^4.1.4",
30
"prompts": "^2.4.1"
31
}
template/package.json
"name": "boilerplate",
"private": true,
"scripts": {
"android": "react-native run-android",
0 commit comments