This is a basic mobile implementation of the official Tesla App, in which users can find out the vehicle state of their cars, such as charging status and odometer readings, as well as perform basic remote actions, such as flashing headlights or unlocking their car.
Learn more about creating this project at: A Beginner's Guide to the Unofficial Tesla API.
General Demo
Home Page
Vehicle Page
- Clone this repository and then cd into it.
- Run
npm i
to download all dependencies - After all the dependencies are downloaded and installed, type
react-native run-ios
to automatically open the app - If there are any issues, please ensure that you have the latest version of XCode
- If you experience issues with the vehicle state not showing, it is likely due to the fact that the unofficial Tesla API does not wake up the car if it is in deep sleep. You will need to wake it up using the official Tesla app first.
- Created using Facebook's Create-React-Native-App
- Unofficial Tesla API Documentation