Added pages and drawer

This commit is contained in:
Keannu Christian Bernasol 2023-03-05 20:21:16 +08:00
parent 2756fb20e4
commit cf28bae964
20 changed files with 901 additions and 116 deletions

View file

@ -1,3 +1,6 @@
module.exports = {
presets: ['module:metro-react-native-babel-preset'],
plugins:[
'react-native-reanimated/plugin',
],
};