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 )
3
3
4
4
# JSC build scripts for Android
5
5
@@ -36,7 +36,7 @@ The library is packaged as a local Maven repository containing AAR files that in
36
36
37
37
## Distribution
38
38
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 ) .
40
40
The library is packaged as a local Maven repository containing AAR files that include the binaries.
41
41
Please refer to the section below in order to learn how your app can consume this format.
42
42
@@ -48,27 +48,27 @@ Follow steps below in order for your React Native app to use new version of JSC
48
48
49
49
### For React Native version 0.60 and newer
50
50
51
- 1 . Use ` @kudo-ci/jsc-android ` to override stock ` jsc-android ` :
51
+ 1 . Update ` jsc-android ` :
52
52
53
53
```
54
- yarn add jsc-android@npm:@kudo-ci/jsc-android
54
+ yarn add jsc-android
55
55
56
56
# 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'
58
58
59
59
```
60
60
61
61
2 . You're done, rebuild your app and enjoy updated version of JSC on android!
62
62
63
63
### For React Native version 0.59
64
64
65
- 1 . Add ` @kudo-ci/ jsc-android` :
65
+ 1 . Add ` jsc-android ` :
66
66
67
67
```
68
- yarn add jsc-android@npm:@kudo-ci/jsc-android
68
+ yarn add jsc-android
69
69
70
70
# 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'
72
72
73
73
```
74
74
@@ -120,13 +120,13 @@ android {
120
120
121
121
### For React Native version 0.58 below
122
122
123
- 1 . Add ` @kudo-ci/ jsc-android` :
123
+ 1 . Add ` jsc-android ` :
124
124
125
125
```
126
- yarn add jsc-android@npm:@kudo-ci/jsc-android
126
+ yarn add jsc-android
127
127
128
128
# 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'
130
130
131
131
```
132
132
0 commit comments