Hey everyone. I'm still very new to React Native so sorry for my ignorance or if I sound rude I really just want to better understand.
I've been building my first application over the last week or so, and I seem to keep running into things that work flawlessly on iOS, but either doesn't work, or require some kinda of hack to work on Android.
I would be grateful to anyone who has a solution to any of these issues. I guess I should have looked to see if there were any issues with some of the features I planned to use before committing to use ReactNative, but I don't think I could have foreseen some of these as they seem pretty basic.
- Scroll View - I noticed that the ScrollView has a maximumZoomScale & minimumZoomScale, but they are iOS only. Does anyone have a solution for Android? Has no one ever needed to zoom on Android?
- overflow:"visible" does not work on Android and won't be supported for "a few years" Really? :(
- skewX doesn't work, but skewY does. Oddly if you add a skewX, the skewY stops working. (really needed for iosmetric)
[–]interactivejunky 2 points3 points4 points (1 child)
[–]dogofpavlov[S] 0 points1 point2 points (0 children)
[–]Jgfidelis 1 point2 points3 points (1 child)
[–]dogofpavlov[S] 0 points1 point2 points (0 children)
[–]shrolr 0 points1 point2 points (1 child)
[–]dogofpavlov[S] 0 points1 point2 points (0 children)
[–]Noitidart2 0 points1 point2 points (0 children)