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(
2121 Please add "${ add . replace ( / \n / g, '' ) . trim ( ) } " to the MainApplication.kt.
2222 Supported format: Expo SDK default template.
2323
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
2525 ` ,
2626 ) ;
2727
Original file line number Diff line number Diff line change @@ -24,7 +24,7 @@ function iosApplyImplementation(
2424 Please ${ replace ? 'replace' : 'add' } "${ add . replace ( / \n / g, '' ) . trim ( ) } " to the AppDelegate.(m|swift).
2525 Supported format: Expo SDK default template.
2626
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
2828 ` ,
2929 ) ;
3030
@@ -126,7 +126,7 @@ const withIosBridgingHeader = (config) => {
126126 #import <CodePush/CodePush.h>
127127
128128 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
130130 `
131131 ) ;
132132
You can’t perform that action at this time.
0 commit comments