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: articles/communication-services/quickstarts/chat/react-native.md
+14-11Lines changed: 14 additions & 11 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -44,20 +44,23 @@ After you [initialize your React Native project](https://reactnative.dev/docs/en
44
44
npm install react-native-url-polyfill --save-dev
45
45
```
46
46
47
-
1.Update _metro.config.js_ to use React Native-compatible Node Core modules:
47
+
1.Create or update the _metro.config.js_file in the same directory as your _app.js_ file to configure React Native-compatible Node Core modules. If the file doesn’t exist, create a new one with the following content:
0 commit comments