You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+4-2Lines changed: 4 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -2,7 +2,7 @@
2
2
3
3
## Getting started
4
4
5
-
The Bugfender bindings for React Native depend on the native iOS and Android Bugfender SDKs. At this moment, it is only possible to integrate Bugfender in a React Native project which includes native code.
5
+
The Bugfender bindings for React Native depend on the native iOS and Android Bugfender SDKs.
6
6
7
7
## Creating a RN new project compatible with Bugfender
8
8
@@ -19,6 +19,8 @@ In this way, we can discard issues in the next steps.
19
19
20
20
## Adding Bugfender to your project
21
21
22
+
**Please note:** if you're using Expo for development, be sure to be using the ["bare workflow"](https://docs.expo.io/introduction/managed-vs-bare/#bare-workflow).
23
+
22
24
`$ cd path_to_your_project`
23
25
24
26
**1.** Add the bugfender plugin from npm
@@ -163,4 +165,4 @@ end
163
165
164
166
If you are not able to get your project working you can still try to add RNBugfender with the Manual Installation or to open an issue in Github and maybe we can help you.
0 commit comments