We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bbb3a61 commit bcba275Copy full SHA for bcba275
packages/rn-tester/js/examples/Transform/TransformExample.js
@@ -208,7 +208,7 @@ const styles = StyleSheet.create({
208
width: 50,
209
},
210
box7Transform: {
211
- transform: 'translate(-50, 35) rotate(50deg) scale(2)',
+ transform: 'translate(-50px, 35px) rotate(50deg) scale(2)',
212
213
flipCardContainer: {
214
marginVertical: 40,
@@ -337,7 +337,7 @@ exports.examples = [
337
338
{
339
title: 'Transform using a string',
340
- description: "transform: 'translate(-50, 35) rotate(50deg) scale(2)'",
+ description: "transform: 'translate(-50px, 35px) rotate(50deg) scale(2)'",
341
render(): Node {
342
return (
343
<View style={styles.container}>
0 commit comments