GitHub / rescript-react-native / rescript-react-native
ReScript bindings for React Native
JSON API: http://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rescript-react-native%2Frescript-react-native
PURL: pkg:github/rescript-react-native/rescript-react-native
Stars: 931
Forks: 149
Open issues: 12
License: mit
Language: ReScript
Size: 5.93 MB
Dependencies parsed at: Pending
Created at: over 8 years ago
Updated at: 12 days ago
Pushed at: 6 days ago
Last synced at: 5 days ago
Commit Stats
Commits: 1243
Authors: 103
Mean commits per author: 12.07
Development Distribution Score: 0.683
More commit stats: https://commits.ecosyste.ms/hosts/GitHub/repositories/rescript-react-native/rescript-react-native
Topics: hacktoberfest, react, react-native, rescript, rescript-react, rescript-react-native
Funding Links https://github.com/sponsors/MoOx
0.67.0
0.67.0
This changes are just to follow React Native 0.67 changes.
- Add
ACCESS_MEDIA_LOCATIONpermission to PermisionsAndroid library 5338327 by @MoOx - Added
cancelButtonTintColorprop forActionSheetIOSto change only the text color of the cancel button 42dd7ee by @MoOx - Add missing
Keyboard.removeListener05a5656 by @MoOx - Remove
#highand#balancedas values forandroid_hyphenationFrequencyonTextd73c6d7 by @MoOx - Remove
DatePickerAndroid31549b1 by @MoOx
Download
0.66.0
0.66.0
Breaking changes
- Remove Picker & PickerIOS (Use https://github.com/react-native-picker/picker & https://github.com/rescript-react-native/picker instead) 9e45fcd by @MoOx
- Update
TextInputautoCompleteTypeprop toautoCompleteee307e6 by @MoOx - Change
TextInputautoCompleteprop values (add more & change some to quoted polymorphic variants)) 21e802d by @MoOx
New features
- Add
#togglebuttontoaccessibilityRoleprop 0b4688b by @MoOx - Add
accessibilityRole#tabbarvalue 7c8f283 by @MoOx - Add
Buttonaccessible,accessibilityActions&onAccessibilityActionprops 484e344 by @MoOx - Add
PermissionsAndroidbluetoothAdvertisepermission e1ca5e5 by @MoOx - Add
PlatformColoriOS missing standard colors 92e7d77 by @MoOx - Add
Pressableforegroundoption for ripple config for Android 9bd7499 by @MoOx - Add
TextaccessibilityActions&onAccessibilityActionsprops 9b52e53 by @MoOx
Download
0.65.0
0.65.0
Notable changes
rescriptpackage is now replacingbs-platform.- Several
removeEventListenercalls were removed or deprecated in React Native 0.65.
You might have to update your code to reflect this. Check the full list below (or just follow compilation warnings/errors).
Breaking changes
- Use
rescript@^9.1.4instead ofbs-platform@as a peerDependency a2ae907 by @MoOx - Replace
EventSubscription.tso you can call.remove()onEventSubscription.tinstead of->EventSubscription.remove()71399ce by @MoOx - Remove
NativeEventEmitter.removeSubscriptionin favor ofremove()on subscription itself df060f9 by @MoOx - Remove
KeyboardremoveAllListenersandremoveListener(you should useremoveon listener itself) 2091cb3 by @MoOx - Remove
AppState.removeEventListener. Instead, use theremove()method on the listener itself 84284e8 by @MoOx - Remove
NativeEventEmitter.Subscriptionin favor of just calling.remove()method on listeners. 0e4bb2d by @MoOx - Change
Dimensions.addEventListener(now returns anEventSubscription.tso you can callremove()on listener directly ) 1131382 by @MoOx
Deprecations
- Deprecate
AccessibilityInfo.removeEventListenerin favor ofremovemethod on the listener itself 44f4465 by @MoOx - Deprecate
EventEmitter#removeSubscriptionin favor ofremove()on subscription itself a771dc8 by @MoOx - Deprecate
Linking.removeEventListener. Instead, callremove()on the listener itself 4b98e2b by @MoOx
New features
- Add
AccessibilityInfo.getRecommendedTimeoutMillisa90fe94 by @MoOx - Add
Appearance.addChangeListener2cda177 by @MoOx - Add
ButtonaccessibilityStateprop 7573c50 by @MoOx - Add
Color.processColormethod 0c880f8 by @MoOx - Add
DynamicColorIOShighContrastLight&highContrastDarkoptional values (with newDynamicColorIOS.dynamicColor()since they are optional) cc4132b by @MoOx - Add
PressableonBlurandonFocusprops 575a634 by @MoOx - Add
PressableonHoverInandonHoverOutreact-native-web 0.16 props e625be2 by @jfrolich - Add
Pressableunstable_pressDelayprop 3d3bf2b & 0117e3e by @jfrolich - Add
PushNotificationIOS.getAuthorizationStatusmethod ffc2f0c by @MoOx - Add
RefreshControlsizeoption 5678d16 by @MoOx - Add
stickyHeaderHiddenOnScrollprops toScrollView& friends d981203 by @MoOx - Add
TextonPressIn&onPressOutprops 536ea0e by @MoOx - Add
TouchableHighlight&TouchableOpacityreact-native-web 0.16 View prop fbf9571 by @jfrolich
Download