https://github.com/ecklf/flagkit
https://github.com/ecklf/flagkit
Last synced: about 1 year ago
JSON representation
- Host: GitHub
- URL: https://github.com/ecklf/flagkit
- Owner: ecklf
- License: mit
- Created: 2021-06-03T16:35:03.000Z (about 5 years ago)
- Default Branch: main
- Last Pushed: 2021-06-30T05:13:22.000Z (almost 5 years ago)
- Last Synced: 2024-10-20T02:48:03.564Z (over 1 year ago)
- Language: TypeScript
- Size: 976 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# @flagkit
## Installation
**The react-native package requires `react-native-svg` v9 or higher**
### yarn
```sh
// react
yarn add @flagkit/react
// react-native
yarn add react-native-svg @flagkit/react-native
```
### npm
```sh
// react
npm i @flagkit/react
// react-native
npm i react-native-svg @flagkit/react-native
```