fable-compiler / fable-react-native

Fable bindings and helpers for React Native projects
Apache License 2.0
49 stars 11 forks source link

port react-native-video #4

Closed AviAvni closed 7 years ago

AviAvni commented 7 years ago

When I worked on the flat list coping the source to fable-react_native-demo\packages\Fable.React.Native\fable and the dll to fable-react_native-demo\packages\Fable.React.Native\lib\netstandard1.6 the intelisense didn't work but the compilation work ok working on this code coping the source and the dll on build the fable compiler didn't compile the new files How I can check if this code work?

alfonsogarciacaro commented 7 years ago

An easy way to test changes locally is probably just adding a ProjectReference to the library source (example). I think @MangelMaxime uses Paket local dependencies but I haven't used them yet.

AviAvni commented 7 years ago

@alfonsogarciacaro @MangelMaxime @forki I checked this and this code is working when this merged it I'll add sample to fable-react_native-demo

alfonsogarciacaro commented 7 years ago

Sorry for the late response @AviAvni, I just came back from vacation 😎

Let's merge this and I'll publish a new version right away. Thanks a lot your contribution!

alfonsogarciacaro commented 7 years ago

Published as Fable.React.Native.1.3.0-alpha003 :+1: