1- [ ![ npm version] ( https://badge.fury.io/js/%40kudo-ci%2Fjsc- android.svg )] ( https://badge.fury.io/js/%40kudo-ci%2Fjsc -android )
2- ![ GitHub Actions CI] ( https://github.com/Kudo /jsc-android-buildscripts/workflows/Build%20jsc-android%20and%20test/badge.svg )
1+ [ ![ npm version] ( https://badge.fury.io/js/jsc- android.svg )] ( https://badge.fury.io/js/jsc -android )
2+ ![ GitHub Actions CI] ( https://github.com/react-native-community /jsc-android-buildscripts/workflows/Build%20jsc-android%20and%20test/badge.svg )
33
44# JSC build scripts for Android
55
@@ -36,7 +36,7 @@ The library is packaged as a local Maven repository containing AAR files that in
3636
3737## Distribution
3838
39- JSC library built using this project is distributed over npm: [ npm/@ kudo-ci/ jsc-android] ( https://www.npmjs.com/package/@kudo-ci /jsc-android ) .
39+ JSC library built using this project is distributed over npm: [ npm/jsc-android] ( https://www.npmjs.com/package/jsc-android ) .
4040The library is packaged as a local Maven repository containing AAR files that include the binaries.
4141Please refer to the section below in order to learn how your app can consume this format.
4242
@@ -48,27 +48,27 @@ Follow steps below in order for your React Native app to use new version of JSC
4848
4949### For React Native version 0.60 and newer
5050
51- 1 . Use ` @kudo-ci/jsc-android ` to override stock ` jsc-android ` :
51+ 1 . Update ` jsc-android ` :
5252
5353```
54- yarn add jsc-android@npm:@kudo-ci/jsc-android
54+ yarn add jsc-android
5555
5656# Or if you would like to try latest version
57- # yarn add 'jsc-android@npm:@kudo-ci/jsc-android@ next'
57+ # yarn add 'jsc-android@next'
5858
5959```
6060
61612 . You're done, rebuild your app and enjoy updated version of JSC on android!
6262
6363### For React Native version 0.59
6464
65- 1 . Add ` @kudo-ci/ jsc-android` :
65+ 1 . Add ` jsc-android ` :
6666
6767```
68- yarn add jsc-android@npm:@kudo-ci/jsc-android
68+ yarn add jsc-android
6969
7070# Or if you would like to try latest version
71- # yarn add 'jsc-android@npm:@kudo-ci/jsc-android@ next'
71+ # yarn add 'jsc-android@next'
7272
7373```
7474
@@ -120,13 +120,13 @@ android {
120120
121121### For React Native version 0.58 below
122122
123- 1 . Add ` @kudo-ci/ jsc-android` :
123+ 1 . Add ` jsc-android ` :
124124
125125```
126- yarn add jsc-android@npm:@kudo-ci/jsc-android
126+ yarn add jsc-android
127127
128128# Or if you would like to try latest version
129- # yarn add 'jsc-android@npm:@kudo-ci/jsc-android@ next'
129+ # yarn add 'jsc-android@next'
130130
131131```
132132
0 commit comments