-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Updated map cards to have more consistent scrolling
Using react-native-snap-carousel for more consistent scrolling, but had an issue with the main package where you can't have custom onScroll animations, found this pr meliorence/react-native-snap-carousel#439 and it seems to resolve the issue so until that is merged or not will continue using the modified code from that repo.
- Loading branch information
1 parent
5fc95a4
commit 799e8db
Showing
4 changed files
with
46 additions
and
27 deletions.
There are no files selected for viewing
This file contains 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 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 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 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 |
---|---|---|
|
@@ -745,6 +745,14 @@ | |
resolved "https://registry.yarnpkg.com/@types/qs/-/qs-6.5.1.tgz#a38f69c62528d56ba7bd1f91335a8004988d72f7" | ||
integrity sha512-mNhVdZHdtKHMMxbqzNK3RzkBcN1cux3AvuCYGTvjEIQT2uheH3eCAyYsbMbh2Bq8nXkeOWs1kyDiF7geWRFQ4Q== | ||
|
||
"@types/react-native-snap-carousel@^3.7.1": | ||
version "3.7.1" | ||
resolved "https://registry.yarnpkg.com/@types/react-native-snap-carousel/-/react-native-snap-carousel-3.7.1.tgz#26222d5d23cf1971f40c6b3ae71acdf709589f77" | ||
integrity sha512-x45p/1OEMZ+XIURCrPDMQmSSnAmrVpEoeH0JePaH6msWWudFeWo+54IFlTSLOcQBW8nThXdeTfAPG058D684hQ== | ||
dependencies: | ||
"@types/react" "*" | ||
"@types/react-native" "*" | ||
|
||
"@types/react-native@*", "@types/react-native@^0.57.32": | ||
version "0.57.32" | ||
resolved "https://registry.yarnpkg.com/@types/react-native/-/react-native-0.57.32.tgz#5c4d43fe50f4bae81390e835209d501270b9704a" | ||
|
@@ -6503,6 +6511,14 @@ rc@^1.2.7: | |
minimist "^1.2.0" | ||
strip-json-comments "~2.0.1" | ||
|
||
[email protected]: | ||
version "15.6.2" | ||
resolved "https://registry.yarnpkg.com/react-addons-shallow-compare/-/react-addons-shallow-compare-15.6.2.tgz#198a00b91fc37623db64a28fd17b596ba362702f" | ||
integrity sha1-GYoAuR/DdiPbZKKP0XtZa6NicC8= | ||
dependencies: | ||
fbjs "^0.8.4" | ||
object-assign "^4.1.0" | ||
|
||
react-clone-referenced-element@^1.0.1: | ||
version "1.1.0" | ||
resolved "https://registry.yarnpkg.com/react-clone-referenced-element/-/react-clone-referenced-element-1.1.0.tgz#9cdda7f2aeb54fea791f3ab8c6ab96c7a77d0158" | ||
|
@@ -6640,6 +6656,13 @@ [email protected], "react-native-screens@^1.0.0 || ^1.0.0-alph | |
resolved "https://registry.yarnpkg.com/react-native-screens/-/react-native-screens-1.0.0-alpha.22.tgz#7a120377b52aa9bbb94d0b8541a014026be9289b" | ||
integrity sha512-kSyAt0AeVU6N7ZonfV6dP6iZF8B7Bce+tk3eujXhzBGsLg0VSLnU7uE9VqJF0xdQrHR91ZjGgVMieo/8df9KTA== | ||
|
||
react-native-snap-carousel@Jberivera/react-native-snap-carousel#feature/AllowAnimatedEvent: | ||
version "3.7.5" | ||
resolved "https://codeload.github.com/Jberivera/react-native-snap-carousel/tar.gz/658c281c914431497582146a9109aecd084414f5" | ||
dependencies: | ||
prop-types "^15.6.1" | ||
react-addons-shallow-compare "15.6.2" | ||
|
||
[email protected]: | ||
version "8.0.10" | ||
resolved "https://registry.yarnpkg.com/react-native-svg/-/react-native-svg-8.0.10.tgz#b07e2342d1486220f5fda1a584e316e7d2d1f392" | ||
|