Skip to content

Commit 3587593

Browse files
docs: add known issue section
1 parent 50cec75 commit 3587593

File tree

1 file changed

+5
-2
lines changed

1 file changed

+5
-2
lines changed

README.md

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -233,9 +233,12 @@ In order to use the authenticated consent all you need to do is replace `.loadMe
233233
234234
If our APIs have a consent profile associated with that token `"JohnDoe"` the SDK will bring the consent profile from the server, overwriting whatever was stored in the device. If none is found, the session will be treated as a new user.
235235
236-
## Complete App examples
236+
## Complete App example
237237
238-
Complete app examples for iOS and Android can be found in the [`/example`](/example/) folder of the SDK.
238+
Complete app example for iOS and Android can be found in the [`/example`](/example/) folder of the SDK.
239+
240+
## Known issues
241+
On iOS, reloading the app's bundle (ie. pressing r while the emulator is open or on Webpack's console) causes React Native to stop emitting events. This issue is being investigated and it's pottentially within React Native itself.
239242
240243
## License
241244

0 commit comments

Comments
 (0)