Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR JAVASCRIPT

play store version of react native app

dependencies {
    implementation fileTree(dir: "libs", include: ["*.jar"])
    //noinspection GradleDynamicVersion
    implementation "com.facebook.react:react-native:+"  // From node_modules


    .......
    implementation 'com.google.android.play:core:1.7.3' // add it at the end
}

Source by stackoverflow.com #
 
PREVIOUS NEXT
Tagged: #play #store #version #react #native #app
ADD COMMENT
Topic
Name
4+3 =