Skip to content

Commit 907cf38

Browse files
committed
New version with the android fix and local.properties file installation on README
1 parent abcaaff commit 907cf38

File tree

5 files changed

+12
-6
lines changed

5 files changed

+12
-6
lines changed

README.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,11 @@ You can simply clone the project and start with your barebone project
2121
git clone git@github.com:WrathChaos/react-native-typescript-boilerplate.git my-app-name
2222
```
2323

24+
## Android local.properties
25+
26+
- Go to `Android -> local.properties`
27+
- Change the your local android sdk and cmake path
28+
2429
# What's Included?
2530

2631
- **Navigation System**

android/app/src/main/java/com/rntypescriptboilerplate/MainApplication.java

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,7 @@
1212
import java.lang.reflect.InvocationTargetException;
1313
import java.util.List;
1414
import com.ammarahmed.mmkv.RNMMKVJSIModulePackage;
15+
import com.facebook.react.bridge.JSIModulePackage;
1516

1617
public class MainApplication extends Application implements ReactApplication {
1718

android/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
buildscript {
44
ext {
55
buildToolsVersion = "29.0.2"
6-
minSdkVersion = 16
6+
minSdkVersion = 21
77
compileSdkVersion = 29
88
targetSdkVersion = 29
99
}

package-lock.json

Lines changed: 3 additions & 3 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "react-native-typescript-boilerplate",
3-
"version": "2.0.1",
3+
"version": "2.0.2",
44
"description": "A lot of fundamental features with Typescript support React Native Boilerplate",
55
"scripts": {
66
"android": "react-native run-android",
@@ -31,7 +31,7 @@
3131
"react-native-dynamic-vector-icons": "^1.1.6",
3232
"react-native-gesture-handler": "^1.10.3",
3333
"react-native-localization": "^2.1.7",
34-
"react-native-mmkv-storage": "^0.5.9",
34+
"react-native-mmkv-storage": "^0.6.0",
3535
"react-native-safe-area-context": "^3.2.0",
3636
"react-native-screens": "^3.3.0",
3737
"react-native-vector-icons": "^8.1.0",

0 commit comments

Comments
 (0)