File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -21,7 +21,7 @@ function androidMainApplicationApplyImplementation(
21
21
Please add "${ add . replace ( / \n / g, '' ) . trim ( ) } " to the MainApplication.kt.
22
22
Supported format: Expo SDK default template.
23
23
24
- Android manual setup: https://github.com/Soomgo-Mobile/react-native-code-push#3-android -setup
24
+ Android manual setup: https://github.com/Soomgo-Mobile/react-native-code-push#2-1-manual -setup
25
25
` ,
26
26
) ;
27
27
Original file line number Diff line number Diff line change @@ -24,7 +24,7 @@ function iosApplyImplementation(
24
24
Please ${ replace ? 'replace' : 'add' } "${ add . replace ( / \n / g, '' ) . trim ( ) } " to the AppDelegate.(m|swift).
25
25
Supported format: Expo SDK default template.
26
26
27
- iOS manual setup: https://github.com/Soomgo-Mobile/react-native-code-push#2-ios -setup
27
+ iOS manual setup: https://github.com/Soomgo-Mobile/react-native-code-push#2-1-manual -setup
28
28
` ,
29
29
) ;
30
30
@@ -126,7 +126,7 @@ const withIosBridgingHeader = (config) => {
126
126
#import <CodePush/CodePush.h>
127
127
128
128
Supported format: Expo SDK default template.
129
- iOS manual setup: https://github.com/Soomgo-Mobile/react-native-code-push#2-edit-appdelegate-code
129
+ iOS manual setup: https://github.com/Soomgo-Mobile/react-native-code-push#2-1-manual-setup
130
130
`
131
131
) ;
132
132
You can’t perform that action at this time.
0 commit comments