Adding a live chat to your React Native App without ejecting from Expo

Описание к видео Adding a live chat to your React Native App without ejecting from Expo

In this session, we are going to show you how to add a live chat to your React Native App without having to eject from Expo. This is done via a WebView.

Starter Template: https://github.com/we-build-digital/L...

Commands to run to set up without template:

expo init live-chat
npm install @react-navigation/native
expo install react-native-gesture-handler react-native-reanimated react-native-screens react-native-safe-area-context @react-native-community/masked-view
npm install @react-navigation/stack
expo install react-native-webview

Комментарии

Информация по комментариям в разработке