https://github.com/jeepeng/react-native-roots
https://github.com/jeepeng/react-native-roots
react-native react-native-root-view react-native-roots
Last synced: 15 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/jeepeng/react-native-roots
- Owner: Jeepeng
- License: apache-2.0
- Created: 2017-08-29T05:15:50.000Z (almost 9 years ago)
- Default Branch: master
- Last Pushed: 2018-07-25T08:55:47.000Z (almost 8 years ago)
- Last Synced: 2025-02-24T20:04:11.476Z (over 1 year ago)
- Topics: react-native, react-native-root-view, react-native-roots
- Language: JavaScript
- Size: 6.84 KB
- Stars: 2
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# react-native-roots
```
<---- original app
<---- your view
<---- your view
<---- your view
...
```
# Installation
```shell
npm install react-native-roots --save
```
# Usage
```js
import Roots from 'react-native-roots';
// add root view
Roots.add('loading', (
));
// remove root view
Roots.remove('loading');
```
# API
## add(key, element)
add root view
## remove(key)
remove root view