File tree Expand file tree Collapse file tree 6 files changed +6
-6
lines changed
create-react-native-library Expand file tree Collapse file tree 6 files changed +6
-6
lines changed Original file line number Diff line number Diff line change 1212
1313## Documentation
1414
15- Documentation is available at [ https://callstack.github.io /react-native-builder-bob/ ] ( https://callstack.github.io /react-native-builder-bob/ ) .
15+ Documentation is available at [ https://oss. callstack.com /react-native-builder-bob/ ] ( https://oss. callstack.com /react-native-builder-bob/ ) .
1616
1717## Development workflow
1818
Original file line number Diff line number Diff line change @@ -10,7 +10,7 @@ export default withCallstackPreset(
1010 'Bob is a collection of tools to make it easier to build React Native libraries.' ,
1111 editUrl :
1212 'https://github.com/callstack/react-native-builder-bob/edit/main/docs/pages' ,
13- rootUrl : 'https://callstack.github.io /react-native-builder-bob' ,
13+ rootUrl : 'https://oss. callstack.com /react-native-builder-bob' ,
1414 icon : 'assets/favicon.png' ,
1515 logoLight : 'logo-light.svg' ,
1616 logoDark : 'logo-dark.svg' ,
Original file line number Diff line number Diff line change @@ -10,4 +10,4 @@ npx create-react-native-library@latest react-native-awesome-library
1010
1111This will ask you few questions about your project and generate a new project in a folder named ` awesome-library ` .
1212
13- See more details on the [ documentation website] ( https://callstack.github.io /react-native-builder-bob/create ) .
13+ See more details on the [ documentation website] ( https://oss. callstack.com /react-native-builder-bob/create ) .
Original file line number Diff line number Diff line change 2222 "bugs" : {
2323 "url" : " https://github.com/callstack/react-native-builder-bob/issues"
2424 },
25- "homepage" : " https://callstack.github.io /react-native-builder-bob/create" ,
25+ "homepage" : " https://oss. callstack.com /react-native-builder-bob/create" ,
2626 "main" : " lib/index.js" ,
2727 "bin" : " bin/create-react-native-library" ,
2828 "files" : [
Original file line number Diff line number Diff line change @@ -9,4 +9,4 @@ cd your-project
99npx react-native-builder-bob@latest init
1010```
1111
12- See more details on the [ documentation website] ( https://callstack.github.io /react-native-builder-bob/build ) .
12+ See more details on the [ documentation website] ( https://oss. callstack.com /react-native-builder-bob/build ) .
Original file line number Diff line number Diff line change 1616 "bugs" : {
1717 "url" : " https://github.com/callstack/react-native-builder-bob/issues"
1818 },
19- "homepage" : " https://callstack.github.io /react-native-builder-bob/build" ,
19+ "homepage" : " https://oss. callstack.com /react-native-builder-bob/build" ,
2020 "main" : " lib/index.js" ,
2121 "bin" : {
2222 "bob" : " bin/bob"
You can’t perform that action at this time.
0 commit comments