File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -8,7 +8,7 @@ The Bugfender bindings for React Native depend on the native iOS and Android Bug
88
99You can create a new project using
1010
11- ` $ react-native init AwesomeProject `
11+ ` $ npx react-native init AwesomeProject `
1212
1313or if you already started your project using the tool ` create-react-native-app ` you will need to ` eject ` your project in order to add native modules.
1414
@@ -33,7 +33,7 @@ For manual installation, proceed with the steps 2 and 3A.
3333** 2.** Link to your project
3434```
3535// Add the classes of the plugin to your android and iOS projects
36- $ react-native link @bugfender/rn-bugfender`
36+ $ npx react-native link @bugfender/rn-bugfender`
3737```
3838
3939### Android
@@ -61,7 +61,7 @@ $ pod init
61612 . Link your project:
6262```
6363// Add the classes of the plugin to your android and iOS projects
64- $ react-native link @bugfender/rn-bugfender`
64+ $ npx react-native link @bugfender/rn-bugfender`
6565```
6666
6767Make sure you're targeting at least iOS platform version 10 (specify ` platform :ios, '10.0' ` ).
You can’t perform that action at this time.
0 commit comments