Skip to content

Commit

Permalink
New version with the android fix and local.properties file installati…
Browse files Browse the repository at this point in the history
…on on README
  • Loading branch information
WrathChaos committed Jun 18, 2021
1 parent abcaaff commit 907cf38
Show file tree
Hide file tree
Showing 5 changed files with 12 additions and 6 deletions.
5 changes: 5 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,11 @@ You can simply clone the project and start with your barebone project
git clone [email protected]:WrathChaos/react-native-typescript-boilerplate.git my-app-name
```

## Android local.properties

- Go to `Android -> local.properties`
- Change the your local android sdk and cmake path

# What's Included?

- **Navigation System**
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@
import java.lang.reflect.InvocationTargetException;
import java.util.List;
import com.ammarahmed.mmkv.RNMMKVJSIModulePackage;
import com.facebook.react.bridge.JSIModulePackage;

public class MainApplication extends Application implements ReactApplication {

Expand Down
2 changes: 1 addition & 1 deletion android/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
buildscript {
ext {
buildToolsVersion = "29.0.2"
minSdkVersion = 16
minSdkVersion = 21
compileSdkVersion = 29
targetSdkVersion = 29
}
Expand Down
6 changes: 3 additions & 3 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "react-native-typescript-boilerplate",
"version": "2.0.1",
"version": "2.0.2",
"description": "A lot of fundamental features with Typescript support React Native Boilerplate",
"scripts": {
"android": "react-native run-android",
Expand Down Expand Up @@ -31,7 +31,7 @@
"react-native-dynamic-vector-icons": "^1.1.6",
"react-native-gesture-handler": "^1.10.3",
"react-native-localization": "^2.1.7",
"react-native-mmkv-storage": "^0.5.9",
"react-native-mmkv-storage": "^0.6.0",
"react-native-safe-area-context": "^3.2.0",
"react-native-screens": "^3.3.0",
"react-native-vector-icons": "^8.1.0",
Expand Down

0 comments on commit 907cf38

Please sign in to comment.