Skip to content

Commit 2dbd856

Browse files
updated readme.md and build.gradle
1 parent 1c9a23f commit 2dbd856

File tree

3 files changed

+12
-3
lines changed

3 files changed

+12
-3
lines changed

README.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
# React Native Starter 🚀
22

3+
[View Demo](https://play.google.com/store/apps/details?id=com.reactnativestarter.upd) | [Download](https://github.com/flatlogic/react-native-starter.git) | [More templates](https://flatlogic.com/templates) | [Support forum](https://flatlogic.com/forum)
4+
35
*You're viewing the new and updated version of React Native Starter, previous version can be found under the [v1 branch](https://github.com/flatlogic/react-native-starter/tree/v1)*
46

57
A powerful react native starter template that bootstraps development of your mobile application. React Native Starter is a mobile application template with lots of built-in components like sidebar, navigation, form elements, etc - all you need to start building your mobile app faster. Check out live demo on [App Store](https://play.google.com/store/apps/details?id=com.reactnativestarter.lite), [Google Play](https://play.google.com/store/apps/details?id=com.reactnativestarter.app).
@@ -67,6 +69,9 @@ We have a premium version of this mobile application template that saves you eve
6769

6870
Read more and purchase it at https://reactnativestarter.com
6971

72+
## Support
73+
For any additional information please go to our [**support forum**](https://flatlogic.com/forum) and raise your questions or feedback provide there. We highly appreciate your participation!
74+
7075
## How can I support developers?
7176
- Star our GitHub repo :star:
7277
- [Tweet about it](https://twitter.com/intent/tweet?text=Amazing%20Mobile%20Application%20Template%20built%20with%20React%20Native!&url=https://github.com/flatlogic/react-native-starter&via=flatlogic).

android/app/build.gradle

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -131,6 +131,10 @@ android {
131131
targetSdkVersion rootProject.ext.targetSdkVersion
132132
versionCode 1
133133
versionName "1.0"
134+
multiDexEnabled true
135+
}
136+
dexOptions {
137+
javaMaxHeapSize "4g"
134138
}
135139
signingConfigs {
136140
debug {
@@ -177,7 +181,7 @@ android {
177181

178182
dependencies {
179183
implementation "com.facebook.react:react-native:+" // From node_modules
180-
184+
compile 'com.android.support:multidex:1.0.0'
181185
if (enableHermes) {
182186
def hermesPath = "../../node_modules/hermes-engine/android/";
183187
debugImplementation files(hermesPath + "hermes-debug.aar")

yarn.lock

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7593,9 +7593,9 @@ react-native-paper@^3.1.1:
75937593
color "^3.1.2"
75947594
react-native-safe-area-view "^0.14.9"
75957595

7596-
"react-native-parsed-text@git+https://github.com/EvanBacon/react-native-parsed-text.git":
7596+
"react-native-parsed-text@https://github.com/EvanBacon/react-native-parsed-text.git":
75977597
version "0.0.22"
7598-
resolved "git+https://github.com/EvanBacon/react-native-parsed-text.git#c909f64ee437796fd1b047edd73146fc89edb796"
7598+
resolved "https://github.com/EvanBacon/react-native-parsed-text.git#c909f64ee437796fd1b047edd73146fc89edb796"
75997599
dependencies:
76007600
prop-types "^15.5.10"
76017601

0 commit comments

Comments
 (0)