Very lightweight and smooth design todo app with react-native
# Install necessary packages
yarn install
# Create android&ios folder
react-native eject
# Update native files
react-native link
# Run app on emulator
react-native run-android
react-native run-ios