zehfernandes / react-native-3dcube-navigation

MIT License
283 stars 48 forks source link

How to remove space between two slides On swipe in Android #27

Open web30india opened 4 years ago

web30india commented 4 years ago

Screenshot_1581337918

mansi10697 commented 4 years ago

@web30india

Changes in following Screen 👍

react-native-3dcube-navigation/src/Horizontal.js

const PESPECTIVE = Platform.OS === "ios" ? 2.38 : 2.2; const TR_POSITION = Platform.OS === "ios" ? 2 : 1.4;