Tiledesk-react-native-widget-integration Installation Clone the repository Open the project with visual studio code Build running: npm install just rember to replace YOUR-PROJECT-ID in App.js with the Tiledesk ProjectID you got from Tiledesk Dashboard > Settings > General > ProjectID Build project Build the native app with expo run:ios or expo run:android Run the project on the simulator: from terminal type "npx react-native run-android" or "npx react-native run-ios" To launch the project on the device: from terminal "npm start"