Skip to content

Commit 43eafb0

Browse files
authored
Clarify Expo bare workflow
1 parent bc7597a commit 43eafb0

1 file changed

Lines changed: 4 additions & 2 deletions

File tree

README.md

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
## Getting started
44

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.
66

77
## Creating a RN new project compatible with Bugfender
88

@@ -19,6 +19,8 @@ In this way, we can discard issues in the next steps.
1919

2020
## Adding Bugfender to your project
2121

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+
2224
`$ cd path_to_your_project`
2325

2426
**1.** Add the bugfender plugin from npm
@@ -163,4 +165,4 @@ end
163165

164166
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.
165167

166-
Happy debugging!
168+
Happy debugging!

0 commit comments

Comments
 (0)