Commit ff4a3c2
fix: RNTester TransformExample crash (facebook#35292)
Summary:
As pointed out by kelset on facebook#34660 (comment) accessing the `TransformExample` is currently crashing the `RNTester` app due to missing units in one of the transformers. This PR fixes it by updating the transform value to a valid string.
## Changelog
[Internal] [Fixed] - Add missing translate units to `RNTester` `TransformExample`
Pull Request resolved: facebook#35292
Test Plan:
1. Open the RNTester app and navigate to the Transforms page
2. Check the transform style through the `Transform using a string` section
https://user-images.githubusercontent.com/11707729/200916399-779b2eeb-2bd8-4642-97a3-f050d6dd4278.mov
Reviewed By: christophpurrer
Differential Revision: D41164541
Pulled By: necolas
fbshipit-source-id: 4aa62980001a6f8ccf0108cb3af1e573b67e02b11 parent c0a06d2 commit ff4a3c2
1 file changed
Lines changed: 2 additions & 2 deletions
Lines changed: 2 additions & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
208 | 208 | | |
209 | 209 | | |
210 | 210 | | |
211 | | - | |
| 211 | + | |
212 | 212 | | |
213 | 213 | | |
214 | 214 | | |
| |||
337 | 337 | | |
338 | 338 | | |
339 | 339 | | |
340 | | - | |
| 340 | + | |
341 | 341 | | |
342 | 342 | | |
343 | 343 | | |
| |||
0 commit comments