react-native-panel icon indicating copy to clipboard operation
react-native-panel copied to clipboard

A Customizable React Native Panel for Android and iOS

Results 3 react-native-panel issues
Sort by recently updated
recently updated
newest added

RN:0.58.1 ![img_4665](https://user-images.githubusercontent.com/1934749/51819268-ca2c6e80-230c-11e9-813e-cc0f6ab2a897.PNG)

hi i have added multiple panels in my project. would like to know if i can make the first opened panel close progranmatically when i click on the second panel..??...

Getting this error when trying to: `import Panel from 'react-native-panel';` Using these versions, in `package.json`: ``` "dependencies": { "react": "16.2.0", "react-native": "0.52.0", "react-native-panel": "^1.0.3", }, ```