Skip to content
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

Update README.md #346

Merged
merged 2 commits into from
May 12, 2021
Merged

Update README.md #346

merged 2 commits into from
May 12, 2021

Conversation

nirajniroula
Copy link
Contributor

Update README

Just a minor update in README file - added import com.reactnativepagerview.PagerViewPackage; on "Manual Linking on Android" section to make the doc more informative.

Added import statement on "Manual Linking on Android" section.
Use PagerViewPackage instead of RNCPagerViewPackage while manually linking on android.
@troZee troZee merged commit abaf900 into callstack:master May 12, 2021
@nirajniroula nirajniroula deleted the patch-1 branch May 13, 2021 18:29
troZee added a commit that referenced this pull request Jun 10, 2021
* fix(js): handle the component unmounting (#340)

* Fixes #339 - Handle the component unmounting

If the component unmounts immediately after mounting, then the call to
requestAnimationFrame will attempt to operate on the unmounted
component. We can prevent this by ensuring we cleanup the callback on
unmounting.

* Default value to undefined, rather than 0

* chore: update lib folder

* Release 5.1.6

* fix(js): add missing `onStartShouldSetResponder` function (#342)

* chore: update lib folder

* Release 5.1.7

* Update README.md (#346)

* Update README.md

Added import statement on "Manual Linking on Android" section.

* Update README.md

Use PagerViewPackage instead of RNCPagerViewPackage while manually linking on android.

* chore(deps): bump hosted-git-info from 2.8.8 to 2.8.9 in /example (#350)

Bumps [hosted-git-info](https://github.com/npm/hosted-git-info) from 2.8.8 to 2.8.9.
- [Release notes](https://github.com/npm/hosted-git-info/releases)
- [Changelog](https://github.com/npm/hosted-git-info/blob/v2.8.9/CHANGELOG.md)
- [Commits](npm/hosted-git-info@v2.8.8...v2.8.9)

Signed-off-by: dependabot[bot] <[email protected]>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* fix(android): Allow pages to be removed (#351)

* fix(android): Allow pages to be removed

* chore: Address CR comments

* chore: update lib folder

* Release 5.1.8

* fix(ios): Changing swipe direction flickers (#330) (#356)

* Release 5.1.9

* chore: bump an example

* chore(deps): bump browserslist from 4.16.3 to 4.16.6 (#361)

Bumps [browserslist](https://github.com/browserslist/browserslist) from 4.16.3 to 4.16.6.
- [Release notes](https://github.com/browserslist/browserslist/releases)
- [Changelog](https://github.com/browserslist/browserslist/blob/main/CHANGELOG.md)
- [Commits](browserslist/browserslist@4.16.3...4.16.6)

Signed-off-by: dependabot[bot] <[email protected]>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* chore(deps): bump browserslist from 4.16.3 to 4.16.6 in /example (#362)

Bumps [browserslist](https://github.com/browserslist/browserslist) from 4.16.3 to 4.16.6.
- [Release notes](https://github.com/browserslist/browserslist/releases)
- [Changelog](https://github.com/browserslist/browserslist/blob/main/CHANGELOG.md)
- [Commits](browserslist/browserslist@4.16.3...4.16.6)

Signed-off-by: dependabot[bot] <[email protected]>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* fix(ios): offset is changing  while overDrag is disabled (#363)

* Release 5.1.10

* chore(android): remove build tools version (#365)

* chore: update the lib folder

* Release 5.1.11

* feat(ios): BREAKING CHANGE - change default value of overDrag prop to false (#364)

* fix(ios): offset is changing  while overDrag is disabled

* feat: change overDrag to be false by default

* chore: lib

* Release 5.2.0

Co-authored-by: Ian Wright <[email protected]>
Co-authored-by: Piotr Trocki <[email protected]>
Co-authored-by: Mickael Lecoq <[email protected]>
Co-authored-by: Niraj Niroula <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Brent Kelly <[email protected]>
Co-authored-by: Piotr Trocki <[email protected]>
Co-authored-by: Danijel Bojcic <[email protected]>
Co-authored-by: Dulmandakh <[email protected]>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants