Max
Max
Following https://github.com/reason-react-native/reason-react-native/pull/577#issuecomment-524734546
As we know, all stylesheet values cannot be used in various places to add/combine styles (because they are `int`). Also we cannot use array() in stylesheets (runtime error). Should we...
I am currently having an optional interpolation depending on an optional animated value ```reason ~transform=[| Transform.translateY( ~translateY= Animated.( animatedFloat( scrollYAnimatedValue ->Option.map(scrollYAnimatedValue => Animated.Value.add( state.animation, Value.interpolate( scrollYAnimatedValue, Interpolation.( config( ~inputRange=[|(-200.), 1.|],...
It seems it should work but it didn't for me (and error is not clear enough) ``` $ labels ... a-private/repo >> No permission, enter your username and password: [?]...
Currently, depending on the device you run on, and more importantly depending on the number of events you are going to get, a `fetchAllEvents` call can be really expensive and...
Like for JS with prettier (already introduced in this codebase), I think it could be a good thing to format java & objective-c code so we don't have to think...
# Feature request I was about to create another issue, but the topic is similar so trying here... - Why AndroidEvent does have the (undocumented, but very useful) `type` outside...
That would be nice to be able to do ``` console $ brew (cask) install svgo-gui ``` Do you think you can provide a stable url with the latest release...
Could be handy for new comers or eternal newbies like me.
### Summary If this is working with 0.64, there is no reason it shouldn't work with 0.65-0.68 afaik. This prevent "npm yelling" if you want to install it. ### Test...