fable-compiler / fable-react-native

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

Fable 2.0 support #39

Closed klanthier closed 5 years ago

klanthier commented 5 years ago

Hello,

I was wondering if there were plans to get this library up to date with the newest Fable 2.0 Otherwise I will start looking into what is needed to get this working.

Thanks

alfonsogarciacaro commented 5 years ago

It shouldn't too difficult to update the library. Probably it only involves updating the Fable.React dependency, removing Pojo attributes (if any) and maybe replacing props: 'P list with props: 'P seq so Fable 2 can try to optimize the lists into arrays.

It'd be great if you could give a shot, you can use this as reference. cc @iyegoroff

Thanks a lot for your help in advance! Alfonso

iyegoroff commented 5 years ago

if there were plans to get this library up to date with the newest Fable 2.0

I don't have such plans.

alfonsogarciacaro commented 5 years ago

@icekev Do you want to give a shot at updating the library then? I can try to do it if you don't have time.

plentylife commented 5 years ago

Is this why when I add this package to my project, all of a sudden Rider can't find Fable package?