Christian Bach
82f6608799
Check if Proxy is not undefined ( #145 )
...
* Check if typeof Proxy is a function
* Make Proxy support check simpler, add comment about iOS 8 & 9 in Polyfill
* Lint and format files
2018-12-10 21:09:03 +01:00
Cameron Knight
619395d66f
Add color as a whitelisted native prop ( #102 )
...
Hopefully this should be a native prop and not a UI prop — text color animates after I call `addWhitelistedNativeProps({ color: true })`
Closes #99
2018-09-17 12:52:27 +02:00
Michał Osadnik
06b03a8461
Use strings as value ( #53 )
2018-08-16 17:09:13 +02:00
Michał Osadnik
d54f70ebf6
Update layout props without crossing JS bridge ( #45 )
...
* Add handling od iOS and Android
* Fix style
* Delete proder.sh
* Fix example
* staph
* example
* example
* Improve iOS
* Optimize android
* Add whitelist ⚪ 📎 📊
* Update REAPropsNode.m
* Fix example
* Update App.js
* Update ConfigHelper.js
* Works
* Update REANodesManager.h
* Add files
* Mor pr issues
* Update Android things
* Revert "Update Android things"
This reverts commit 255bb74
* PR
* Update UIManagerUtils.java
* rename
* rename
* Update UIManagerUtils.java
* Update UIManagerUtils.java
* PR
* Pr stuff
* Update UIManagerReanimatedHelper.java
* revert CAC
* Update Android things
(cherry picked from commit 255bb74 )
* Update REAPropsNode.m
* Update ConfigHelper.js
* Update NodesManager.java
* js props
* Update REANodesManager.m
* simplify
* dead
* style
* style
* style
* Update Animated.js
* Update UIManagerReanimatedHelper.java
* Update REANodesManager.m
2018-08-14 11:41:30 +02:00
Dylan Vann
f607cebcd4
Configure jest and add tests for interpolate. ( #23 )
2018-06-10 19:52:09 +02:00
Dylan Vann
ad8b0cf534
Interpolate method, input validation, linting, refactoring. ( #17 )
...
Interpolate validations are taken from `Animated`.
2018-06-07 20:24:48 +02:00
Krzysztof Magiera
6b19cde018
Add round and color nodes ( #15 )
...
This PR adds new "round" and "color" nodes.
Color nodes can be used to map to color props in view (e.g. backgroundColor)
Round is required for the color math to function properly (each color component needs to be an integer).
Added demo app where you can pan view around that changes color depending on the position on HSV palette.
2018-06-01 13:51:27 +02:00
Krzysztof Magiera
97e8ddbc94
Use updateContext on iOS and implement updating non-native props
2018-04-25 16:55:34 +02:00