mirror of
https://github.com/zhigang1992/react-native.git
synced 2026-04-19 23:40:09 +08:00
Add perspective transform support on Android
Summary: Rebased #6926 against master. Fixes #2915 Closes https://github.com/facebook/react-native/pull/11713 Differential Revision: D4513111 fbshipit-source-id: 9fb653c4bfd64eda12a605f6cabb0159b2af8f73
This commit is contained in:
committed by
Facebook Github Bot
parent
a3457486e3
commit
a06ced4b16
@@ -211,7 +211,7 @@ exports.title = 'Transforms';
|
||||
exports.description = 'View transforms';
|
||||
exports.examples = [
|
||||
{
|
||||
title: 'Perspective',
|
||||
title: 'Perspective, Rotate, Animation',
|
||||
description: 'perspective: 850, rotateX: Animated.timing(0 -> 360)',
|
||||
render(): React.Element<any> { return <Flip />; }
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user