react-native-swipe-navigation
react-native-swipe-navigation copied to clipboard
Swipe to navigate
Currently, I'm using react-native-tab-view to reproduce a swipe navigation like Snapchat, unfortunately, despite the fact I'm using react-native-gesture-handler and use native animations, it's not as fluid as I want, there...
Hi, Thanks a lot for making this package, it is possible to use a scrollview inside Messages view in the snapchat example? Thans for reply.
Added passing down of props to allow loading things once for every screen of the app. ```js const Navigator = SwipeNavigator({ ... }); export default class App extends Component {...
Great component! I was wondering if there is a way in which I could make a page (like the bottom one) overlap a little over the main page so that...
I've only been working with react native for the past couple of weeks so forgive me if my question is ignorant... Is there a way to make the pages behave...
Hi, I have this component hosting two component for a simple left-right swipe. The first time the component loads, it loads a component with a background set to 80% alpha....
Basically the title, as the background color is compulsory, if the screen of the phone is 18:9, the problem is very noticeable. [on MiMix2](https://image.ibb.co/hc13Sx/photo_2018_03_23_12_16_32.jpg) I tryed fixing manually the files...