Is this a bug report?
Yes
Environment
Environment:
OS: macOS High Sierra 10.13.2
Node: 8.1.4
Yarn: Not Found
npm: 5.6.0
Watchman: Not Found
Xcode: Xcode 9.2 Build version 9C40b
Android Studio: 3.0 AI-171.4443003
Packages: (wanted => installed)
react: ^16.2.0 => 16.2.0
react-native: ^0.51.0 => 0.51.0
Steps to Reproduce
Draw simple component:
functionTest(){return<Animated.Viewstyle={[{backgroundColor: "red",marginTop: 30},{transform: [{perspective: 850},{rotateY: '45deg'}]}]}><Text>Bla-bla-bla</Text><Viewstyle={{borderWidth: 1,margin: 10,padding: 10,borderRadius: 10,}}><Text>Test Button</Text></View></Animated.View>}On iOS it works as expected:

On Android it is not (I tried both the emulator and my phone):

Actually, if I animate this rotation it looks very weird on Android.
If I comment out "borderRadius" style property everything works as expected on both Android and iOS:

Is this a bug report?
Yes
Environment
Environment:
OS: macOS High Sierra 10.13.2
Node: 8.1.4
Yarn: Not Found
npm: 5.6.0
Watchman: Not Found
Xcode: Xcode 9.2 Build version 9C40b
Android Studio: 3.0 AI-171.4443003
Packages: (wanted => installed)
react: ^16.2.0 => 16.2.0
react-native: ^0.51.0 => 0.51.0
Steps to Reproduce
Draw simple component:
On iOS it works as expected:
On Android it is not (I tried both the emulator and my phone):
Actually, if I animate this rotation it looks very weird on Android.
If I comment out "borderRadius" style property everything works as expected on both Android and iOS: