Preview of upcoming version with goodies from Rebolt. We are working on migrating the documentation and last pieces of the information. Meanwhile, feel free to give this one a go.
Article releted:
- Announcing Rebolt (@grabbou)
- Merging Rebolt v1 back to bs-react-native (@knowbody)
- Fix text input callbacks (@mciparelli)
- Fix
whileEditingto use kebab case (@shritesh) - Update
bs-platformandReasonReact(@eldh) - Fix
WebViewevent types (@Rikkiabb)
- Friendly disclaimer about missing components (@wokalski)
- Fix text input callbacks (@mciparelli)
- Fix
whileEditingto use kebab case (@shritesh) - Update
bs-platformandReasonReact(@eldh) - Fix
WebViewevent types (@Rikkiabb)
- Add more
WebViewbindings (@kristinns) - Add
sourceHtmlandsourceUriinWebView(@kristinns) - Fix README with new Styles API (@thavishp)
-Fix incorrect skew bindings (@medson10)
-Update bs-platform (@Gregoirevda)
- Geolocation module (@mobily)
- Changed
marginTopfromintegertofloat(@arthur31416) - Fix typo in CONTRIBUTING.md (@maarekj)
- Updated docs (@grsabreu) (@Gregoirevda)
- Supported orientation now takes list of orientations (@leomayleomay)
Animated.Easing.infix (@mcanobbio)- Missing props on
Flatlist(@mcanobbio) - Missing props on
TouchableOpacity(@laynor) - Missing props on
SectionList(@bjornj12) (@johannth)
- Colors are now strings or interpolated which allows you to animate colors (@bjornj12)
- Upgrade examples following to the SDK changes (@bohdan-hulha)
- Changed margin top from integer to float (@arthur31416)
- Fix typo in CONTRIBUTING.md (@maarekj)
- Add
DatePickerAndroidAPI (@tonyhb) ActionSheetIOS— bindings (@mobily)Clipboard— bindings (@mobily)CameraRoll— bindings (@mobily)- Add
NetInfobindings (@mobily) - Add
Animated.Easingbindings (@gilbert) - Add CI for RNTester (@mobily)
- Update
bs-platformto2.2.0(@flash-gordon)
- Fix section type within
renderSectionHeaderandrenderSectionFooter(@tonyhb) (#103) - Support non-standard Platform.OS identifiers & iOS idioms (@ryanartecona) (#123)
- creating accessory type that includes section to match react-native s… (@bjornj12) (#130)
- Fix interface to
PanResponder.t(@johannth) - TextInput (returnKeyType) (@mobily)
- Fix
mimimumZoomScaletypo (=> minimumZoomScale) (@MoOx) - Run RNTester 🎉 (@mobily)
- Make private types under TypesRN and Props public (@jamieparkinson)
- Fix
onEndReachedprops onFlatListandSectionList(@maarekj) - Add analytic spring parameters to AnimatedRe's Spring (@jamieparkinson)
- Docs updated to Reason 3 (@Mikk36)
- Add
refmt: 3to bsconfig to silent warning (@MarcelCutts) - Troubleshooting section in docs (@rrdelaney)
- Add
onLongPresstotouchableWithoutFeedback(@kristinns) - Make RNEvent API public (@gunnigylfa)
- Document gotcha for
react-native-scripts(@RobertPaul01) - Add accessibility labels to touchables (@gunnigylfa)
- Update guide
reason-reactis now a peerDependency (@arnarthor)- Namespaces (open ReactNative becomes open BsReactNative)(@arnarthor)
- New styles api (@wokalski) (@MoOx)
The style API has been changed from using polymorphic variants so things like
flexDirection(row)are nowflexDirection(Row). It also changes stringly typed values likepadding,margin,height,width, etc to have typesafe definitions likemargin(Pt(10.))ormargin(Pct(10.))`. - Modify
fontSizeto be able to animate it (@gunnigylfa) This changesfontSize(14.)tofontSize(Float(14.))
- Bugfixes and missing props from components
- Fixing types of
maximumValueandminimumValuefrom Slider component (#79) - @Denommus - Makes
Animated.Scrollview.onScrollUpdateuseNativeScrollEvent(#78) - @alliannas - Tab bar item bug (#84) - @wokalski
- Add missing props to
FlatList(#83) - @arnarthor
- multiple bug fixes from (@gunnigylfa), (@kristinns) , (@wokalski)
- updates all components to be compatible with Reason React 0.2.4 thanks to (@ulrikstrid)
- several small bug fixes from @szymonzmyslony, @kristinns and (@mikkel)
- bumped
bs-platformto1.9.1and enabledbs-super-errors
- Initial NPM release