react-native-panel
react-native-panel copied to clipboard
A Customizable React Native Panel for Android and iOS
RN:0.58.1 
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", }, ```