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:
Satyajit Sahoo
2017-02-04 11:05:37 -08:00
committed by Facebook Github Bot
parent a3457486e3
commit a06ced4b16
2 changed files with 21 additions and 3 deletions

View File

@@ -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 />; }
},