fable-react-native
fable-react-native copied to clipboard
Fable bindings and helpers for React Native projects
See discussion in https://github.com/Zaid-Ajaj/Feliz/issues/508
These packages have been moved out of the base distribution. ImageStore: Deprecated. Use [expo-file-system](https://github.com/expo/expo/tree/master/packages/expo-file-system) or [react-native-fs](https://github.com/itinance/react-native-fs) instead. ImageEditor: Deprecated. Use one of the [community packages](https://reactnative.directory/?search=imageeditor) instead
Added a binding for the `stat` function of `react-native-fs` and doc comments.
fable-react supports function components but it seems they can't be used in fable-react-native. Am I missing something here (likely, I'm new to f#)? My react-native app crashes if I try...
@forki The change log clearly states that the changes are breaking: > ### 2.5.1 > - BREAKING: use NetInfo from react-native-netinfo > ### 2.5.0 > - BREAKING: Deprecating Fable.ReactNativeDeviceInfo. Please...
Having every possible react-native module just as an "extra" module makes using rn with fable very cumbersome ### 1) Versioning - Some of these packages depend on a specific version...
https://facebook.github.io/react-native/docs/hermes/ https://hermesengine.dev/ Basically typical AOT benefits and drawbacks to be had: * faster startup * larger bundle size * no JIT * some JS features not supported
Hey there, I'm trying to work with some animation stuff and I'm having some difficulties. You may have seen my [PR alread](https://github.com/fable-compiler/fable-react-native/pull/36) but I do have another issue that I'd...
has been [removed](/facebook/react-native/commit/febf3d00ed228391ee4dd6541b0d2746dc56d21f#diff-834d77988fd4294e13e3e35533b3e248) apparently, not sure how much we need to delete for the bindings to reflect the reality again.
Seems RN's Getting Started now [recommends Expo](https://facebook.github.io/react-native/docs/getting-started.html#testing-your-react-native-installation), would be nice to see Fable option there, as they already have [ClojureScript section](https://docs.expo.io/versions/latest/guides/using-clojurescript.html).