@ooglon/ooglon-ui
v0.4.0
Published
Cross platform React Native UI.
Readme
ooglon-ui
Cross platform React Native UI.
TODO:
- Review this Readme;
- Re-enable lefthook;
- Test lib on empty Navigation template project;
- Test lib in a clean empty Expo project;
- Review use-modal-close-on-back usePreventRemove usage (currently disabled);
Installation
- Recommended:
Start a brand new expo project using "Navigation (TypeScript)" template; Then add ooglon-ui dependency.
- Manual installation:
Add OOGLON-UI:
yarn add ooglon/ooglon-uiAdd Async Storage:
npx expo install @react-native-async-storage/async-storageSetup Expo Router (if your project does not use it yet): https://docs.expo.dev/router/installation/#manual-installation
Usage
Check example app project.
Contributing
Lib Development
To update this lib:
- Make sure you have a NPM account and it has write permissions in "ooglon" organization;
- Login to your account and generate a new Access Token with 2FA bypass enabled and @ooglon organization marked for read and write;
- Copy your token and add it to
.npmrc://registry.npmjs.org/:_authToken=YOUR_TOKEN_HERE yarn prepareyarn release
License
MIT
Made with create-react-native-library
