Unistyle UI Components
Components for Expo(React native)
CLONE THE BOILER PLATE REPO
OR
Install the cli package
Initailize the configs.
Install all the components.
Uninstall the cli(You don't need it anymore).
Prerequisite
module.exports = { presets: [ ... // don't add it here :) ], plugins: [ ... '@babel/plugin-proposal-export-namespace-from', 'react-native-reanimated/plugin', ], };
export default function App(){ <GestureHandlerRootView style={{flex:1}}> //... </GestureHandlerRootView> }
Now you can start using it!