Releases: fable-compiler/fable-react-native
Releases · fable-compiler/fable-react-native
2.0.0-beta-003
- Fix Fable.Helpers.ReactNative.SimpleStore.DB.fs
2.0.0-beta-001
- Convert to Fable 2
2.0.0-alpha-014
- fixed
pickerItem
function.
2.0.0-alpha-013
- added generic values support for
Picker
&PickerItem
.
2.0.0-alpha-012
- fixed
TransformsStyle.Transform
; - added
deg
&rad
functions to create values ofIAngle
type.
2.0.0-alpha-011
- updated
textInput
; - added
textInputWithChild
.
2.0.0-alpha-010
- put
CommonProps
underSectionListDataProps
, soKey
is inferred asCommonProps.Key
.
2.0.0-alpha-009
- updated
CommonProps
type.
2.0.0-alpha-008
- fixed refs;
SectionList
minor fixes.
2.0.0-alpha-007
- fixed
FlatList
prop case conversion; - added
SectionList
.