- Update to .NET 5.0
- Removed dependency to Thoth.Json
- removed simple store for now
- Added disabled property for Buttons
- BREAKING: use NetInfo from react-native-netinfo
- BREAKING: Deprecating Fable.ReactNativeDeviceInfo. Please use https://github.com/martinmoec/Fable.ReactNative.DeviceInfo
- BREAKING: use ToolbarAndroid from @react-native-community/toolbar-android
- BREAKING: Put onActionSelected into properties of ToolbarAndroid
- Fixing DeviceInfo
- TestID for TouchableHighlight
- Support for react-native-sqlite-storage
- Support for react-native-fs
- Draggable Markers
- Fixed GoogleMaps properties
- Add NPM dependency
- Fixed Map
- Fixed DatePicker
- Fixed Dialog
- Fixed Camera and Barcode scanner
- Converted to Fable Core 3
- Fable.ReactNativeDialog
- Fable.ReactNativeMaps
- Remove reference to PowerPack
- Fix Style properties in camera for Fable 2
- Remove ViewPagerAndroid - it's no longer supported in RN
- Remove AsyncStorage - it's no longer supported in RN
- Changes for RN 0.59
- Fix Style properties for Fable 2
- Fix Fable.Helpers.ReactNative.SimpleStore.DB.fs
- Convert to Fable 2
- fixed
pickerItemfunction.
- added generic values support for
Picker&PickerItem.
- fixed
TransformsStyle.Transform; - added
deg&radfunctions to create values ofIAngletype.
- updated
textInput; - added
textInputWithChild.
- put
CommonPropsunderSectionListDataProps, soKeyis inferred asCommonProps.Key.
- updated
CommonPropstype.
- fixed refs;
SectionListminor fixes.
- fixed
FlatListprop case conversion; - added
SectionList.
Various fixes by @iyegoroff:
- added CommonProps with Key prop;
- added Alert.Options type and Alert.alertWithOptions function.
Various fixes by @iyegoroff:
- added UIManager;
- updated LayoutAnimationStatic.
Various fixes by @iyegoroff:
- updated
ImagePropertiestype; - removed
ScrollViewStyletype,ScrollViewuses justViewStyle; - added
ShadowOffsettype.
Various fixes by @iyegoroff:
- changed
IImageSourceProperties listtoIImageSourceand added functions for fetching remote imagesremoteImageandremoteImages: https://github.com/iyegoroff/fable-react-native/blob/ea8bf8ff51a1d702edb9db44620fb13a35194cfe/src/Fable.Helpers.ReactNative.fs#L1497-L1501 - updated
SwitchandSlidercomponents; - removed deprecated
SwitchIOSandSliderIOScomponents; - updated
FlatListPropertiesand addedIFlatListPropertiesinterface toScrollViewProperties; - updated
ScrollViewProperties; - renamed function
DiptodipandPcttopctto conform other function's naming style; - put
WebViewBundleSourceaboveImageURISourceProperties, so nowUriis inferred asImageURISourceProperties.Uriwhich is more commonly used thanWebViewBundleSource.Uri; - added
RequireQualifiedAccesstoFlexDisplayTypeto prevent conflict withOption.None; - several fixed typos & minor fixes;
- Adds currentHeight to StatusBar #29
- Adds Geotype #30
- Fixes by @iyegoroff: PR #23
- Some of FlatList properties are upper case: @iyegoroff
- KeyboardShouldPersistTaps changed for ScrollViews
- async-safe, static lifecycle hooks - https://fb.me/react-async-component-lifecycle-hooks
- KeyboardShouldPersistTaps changed for ScrollViews
- FlatList's KeyExtractor by Index is an int (@forki)
- Add a button (#20 @forki)
- Adding react-native-device-info helper (#19 @forki)
- Fix #17: textInput on IOS (@ddunlea)
- Fix compat issues with Fable update
- Type info for items in FlatList
- Barcode scanning via react-native-camera
- Picker values as string
- Add ReactNativeSignatureView support to the project
- Add react-native-modal-datetime-picker bindings - #11
- BREAKING: RN 0.47 support - this is breaking since React Native is breaking in some cases
- BREAKING: ImageResizer fixes for v1.0 - #10
- Add ImageEditor bindings - #6
- Add ReactNativeSignatureView support - #7
- Async launchCamera and launchImageLibrary functions - #8
- Add AspectRatio to FlexStyle
- Flat list support
- SignaturePad
- RemoveItem in Simple DB
- Added first prototype of FlatList mappings
- Fix error with toolbarAndroid