-
Notifications
You must be signed in to change notification settings - Fork 734
V6 merge master #1191
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Merged
Merged
V6 merge master #1191
Conversation
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
* Add customLoader and remove animatable * remove redundent view Co-authored-by: Ethan Sharabi <[email protected]>
* Support showing navbar in mobile * More minor responsive fixes * Fix margin top in navbar on mobile
* Add vertical scroll to Carousel component * cr fixes Co-authored-by: Ethan Sharabi <[email protected]>
* no-direct-import eslint rule - adding `applyAutofix` flag to control autofix option * bumping version to 1.1.00 * version number fix * Update eslint-rules/package.json Co-authored-by: Ethan Sharabi <[email protected]> Co-authored-by: Ethan Sharabi <[email protected]>
* safe require blur-view dependency in card and warn user if missing * Add optional require for blur-view package in Modal component * Update generate types
* Load assets for demo app * expo settings stuff * Update UI for main screen * use useCallback for renderItem and renderSectionHeader * register ChipScreen so it will be accessible in expo demo app * Update README * remove .expo files from git * Update .gitignore to exclude .expo files * Use Incubator.TextField * Update our expo demo icon with the new one * Update expoDemo/.gitignore Co-authored-by: Mendy Edri <[email protected]> * code review fixes and search improvements * refactor item onPress and use useCallback Co-authored-by: Mendy Edri <[email protected]>
* set new lint rule for prop value * fix schema * add cases to prop-value-shape lint rule * refactor propShapeValueDeprecation * Adding two (failing) tests * Fix test and add two more big tests * More tests * add getComponentName to utils * Renaming * update message when there's no fix * fix deprecation message * update version Co-authored-by: Miki Leib <[email protected]>
…er (#1063) * replace @react-native-community/picker with @react-native-picker/picker * Safely require Picker package * Use optional require only for iOS * Update expo dependncy to use @react-native-picker/picker
* Button - refactor into smaller files (reanimated 2 part 1) * Oops Co-authored-by: Ethan Sharabi <[email protected]>
* master: (30 commits) Button - refactor into smaller files (#1168) replace @react-native-community/picker with @react-native-picker/picker (#1063) Update generate types fix: catch undefined StatusBarManager (#1189) prop value shape deprecation lint rule (#1094) Infra/expo app fixes (#1166) Safe require blur-view dependency in Card (#1179) Update our stars count Update expo snack link with only supported platforms Export TabBarProps and fix BadgeScreen typescript errors Disable flipper Avoid passing overlayContent in CardSecion (#1187) Fix Carousel typings updating published version no-direct-import eslint rule - adding `applyAutofix` flag (#1183) Feat/image demo broken (#1173) Remove addItems from screen with fewItems Add vertical scroll to Carousel component (#1175) Fix Carousel gif Update Carousel gifs ... # Conflicts: # demo/src/screens/componentScreens/BadgesScreen.tsx # generatedTypes/components/button/index.d.ts # markdowns/getting-started/setup.md # src/components/button/index.tsx # src/components/card/CardSection.tsx # src/components/card/index.tsx # src/components/loaderScreen/index.js # src/components/modal/index.tsx # typings/components/Toast.d.ts # uilib-docs/src/templates/markdown.scss
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Description
V6 merge master and re-enable Blur
Changelog
V6 merge master and re-enable Blur