Really simple Vue Native TODO app with NativeBase components (and how to debug vue native apps)
- clone the repository
- npm install -g expo-cli
- npm install
- expo start
- Download the Expo App for Android or iOS and scan the QR code.
Debugging vue files in Chrome are not working very well. You cannot add breakpoints to the script part of it. But if you put it to a separated js file, it works like a charm.
- Shake the device to see the dev menu.
- Choose Debug Remote JS
- Open http://localhost:19001/debugger-ui/
- You will find your code in the worker in the Chrome Dev Console