Skip to content

rosskie/react-native-todo

Repository files navigation

Todo tracker app

Inspired (like, mostly copied) by these online tuturials:

Dev

Requirement

Recommeded tools/cli

Local installation

nodenv install
yarn install
expo start

Some commented out codes are left there (at the moment) to be looked back in need 🐒

Some thoubleshootings:

  • This error message:
Reanimated 2 failed to create a worklet, maybe you forgot to add Reanimated's babel plugin?
  • solution
    • add this babel config:
      plugins: ['react-native-reanimated/plugin'],
    • restart expo
      expo start --clear
    • restart simulator or expo app

Packages

No packages published