-
-
Notifications
You must be signed in to change notification settings - Fork 148
V10 #465
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
Open
ammarahm-ed
wants to merge
41
commits into
master
Choose a base branch
from
develop
base: master
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Open
V10 #465
Changes from 31 commits
Commits
Show all changes
41 commits
Select commit
Hold shift + click to select a range
a07da49
use Pressable instead of TouchableOpacity
ammarahm-ed c98a453
update dependencies
ammarahm-ed d50833c
Use react-native-safe-area-insets library to get insets
ammarahm-ed 6d8602e
minor cleanup
ammarahm-ed fe078ac
enable edgeToEdge in example app
ammarahm-ed 3e5340d
add support for scrolling nodes in with new gesture handler
ammarahm-ed 114a6d4
fix edgeToEdge enabled sheet height
ammarahm-ed e61e917
feat: migrate to reanimated
ammarahm-ed 39f6258
fix keyboard and onChange, drawUndersStatusbar props
ammarahm-ed e2ab606
cleanup
ammarahm-ed 2f1a0f3
cleanup
ammarahm-ed 587339b
minor fixes
ammarahm-ed 740e076
fix ios example
ammarahm-ed fcd3611
release v10.0.0-alpha.1
ammarahm-ed 2ec5de4
minor fixes
ammarahm-ed 1c8581b
fix animation config
ammarahm-ed fa00e4a
cleanup
ammarahm-ed 2346fda
fix scrollview handling
ammarahm-ed 0ecbc7a
remove FlashList
ammarahm-ed 3dca965
fix router animations
ammarahm-ed 5dfbbfc
fix flatlist and scrollview
ammarahm-ed ba14b4f
fix: hideAll does not hide all sheets in focus
ammarahm-ed 53f4b0d
mobile: fix scroll inside action sheet
ammarahm-ed f49a0b9
update snap-me action sheet
ammarahm-ed 7992c7f
fix animated styles glitch
ammarahm-ed aac4fb6
fix web bugs
ammarahm-ed d470564
web: use pan responder
ammarahm-ed ad095de
update expo example
ammarahm-ed 2afee48
feat: initialTranslateFactor prop
ammarahm-ed 53582c0
release alpha.3
ammarahm-ed e6cabdd
Merge branch 'master' into develop
ammarahm-ed a8d8938
Update src/types.ts
ammarahm-ed a9efab2
minor cleanup
ammarahm-ed 2e89253
Merge branch 'master' into develop
ammarahm-ed c00396d
feat: add SheetRegister component
ammarahm-ed 502af7f
chore: update examples
ammarahm-ed a3e9e0f
fix crash in useScrollHandlers
ammarahm-ed edb73de
docs: update
ammarahm-ed 0a01ef4
update examples
ammarahm-ed bbf1cf6
chore: refactor and bug fix
ammarahm-ed d1faebc
release: 10.0.0-alpha.5
ammarahm-ed File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
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
| Original file line number | Diff line number | Diff line change |
|---|---|---|
|
|
@@ -24,4 +24,5 @@ tsconfig.json | |
| .github/ | ||
| .prettierrc.js | ||
| .eslintrc.js | ||
| package-lock.json | ||
|
|
||
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
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
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
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
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
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
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
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
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -1,3 +1,6 @@ | ||
| module.exports = { | ||
| presets: ['module:@react-native/babel-preset'], | ||
| plugins: [ | ||
| 'react-native-reanimated/plugin', | ||
| ], | ||
| }; |
Oops, something went wrong.
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.
Uh oh!
There was an error while loading. Please reload this page.