at-chatbot-native
v1.4.1
Published
This is an [Expo](https://expo.dev) project created with [`create-expo-app`](https://www.npmjs.com/package/create-expo-app).
Readme
Welcome to your Expo app
This is an Expo project created with create-expo-app.
Get started
Install dependencies
npm installStart the app
npm start
In the output, you'll find options to open the app in a
- development build
- Android emulator
- iOS simulator
- Expo Go, a limited sandbox for trying out app development with Expo
You can start developing by editing the files inside the app directory. This project uses file-based routing.
Get a fresh project
When you're ready, run:
npm run reset-projectThis command will move the starter code to the app-example directory and create a blank app directory where you can start developing.
Publishing Instructions
- Increase the version in the package.json
- Run
npm run build - Run
npm publish
