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

fix: setAndForwardRef #199

Merged

Conversation

TatianaKapos
Copy link
Contributor

The function setAndForwardRef has been removed from React-Native .72 (see facebook/react-native@bf6ed07). This PR adds the method to the react-native-checkbox repository.

Tested on React-Native-Gallery, should also be tested on IOS/Android

@TatianaKapos TatianaKapos changed the title Fix setAndForwardRef fix: setAndForwardRef May 16, 2023
@nicholaslee119
Copy link
Collaborator

@TatianaKapos Thanks, I will check it ASAP

@OnurVar
Copy link

OnurVar commented Jun 16, 2023

@nicholaslee119
any updates on this PR ?

@robinshin
Copy link

@nicholaslee119 Any update on this PR please?
react-native 0.72.0 stable version is now out and this issue is blocking production build step

@mefik1337
Copy link

can u push it?

@nicholaslee119 nicholaslee119 merged commit fe35b4a into react-native-checkbox:develop Jun 23, 2023
nicholaslee119 added a commit that referenced this pull request Jun 23, 2023
* [release] 0.5.15 (#193) (#194)

* Bump plist from 3.0.1 to 3.0.4

Bumps [plist](https://github.com/TooTallNate/node-plist) from 3.0.1 to 3.0.4.
- [Release notes](https://github.com/TooTallNate/node-plist/releases)
- [Changelog](https://github.com/TooTallNate/plist.js/blob/master/History.md)
- [Commits](https://github.com/TooTallNate/node-plist/commits)

---
updated-dependencies:
- dependency-name: plist
  dependency-type: indirect
...



* Bump minimist from 1.2.5 to 1.2.6

Bumps [minimist](https://github.com/substack/minimist) from 1.2.5 to 1.2.6.
- [Release notes](https://github.com/substack/minimist/releases)
- [Commits](https://github.com/substack/minimist/compare/1.2.5...1.2.6)

---
updated-dependencies:
- dependency-name: minimist
  dependency-type: indirect
...



* Bump async from 2.6.2 to 2.6.4

Bumps [async](https://github.com/caolan/async) from 2.6.2 to 2.6.4.
- [Release notes](https://github.com/caolan/async/releases)
- [Changelog](https://github.com/caolan/async/blob/v2.6.4/CHANGELOG.md)
- [Commits](caolan/async@v2.6.2...v2.6.4)

---
updated-dependencies:
- dependency-name: async
  dependency-type: indirect
...



* Bump simple-plist from 1.1.0 to 1.3.1

Bumps [simple-plist](https://github.com/wollardj/simple-plist) from 1.1.0 to 1.3.1.
- [Release notes](https://github.com/wollardj/simple-plist/releases)
- [Commits](wollardj/simple-plist@1.1.0...v1.3.1)

---
updated-dependencies:
- dependency-name: simple-plist
  dependency-type: indirect
...



* Bump moment from 2.25.3 to 2.29.4 (#174)

* Fix issue #178 (#179)

* Update RNCCheckbox.podspec (#183)

Fix pod issue

* update version

* Bump decode-uri-component from 0.2.0 to 0.2.2 (#186)

Bumps [decode-uri-component](https://github.com/SamVerschueren/decode-uri-component) from 0.2.0 to 0.2.2.
- [Release notes](https://github.com/SamVerschueren/decode-uri-component/releases)
- [Commits](SamVerschueren/decode-uri-component@v0.2.0...v0.2.2)

---
updated-dependencies:
- dependency-name: decode-uri-component
  dependency-type: indirect
...




* Bump qs from 6.5.2 to 6.5.3 (#187)

Bumps [qs](https://github.com/ljharb/qs) from 6.5.2 to 6.5.3.
- [Release notes](https://github.com/ljharb/qs/releases)
- [Changelog](https://github.com/ljharb/qs/blob/main/CHANGELOG.md)
- [Commits](ljharb/qs@v6.5.2...v6.5.3)

---
updated-dependencies:
- dependency-name: qs
  dependency-type: indirect
...





* Bump ua-parser-js from 0.7.28 to 0.7.33 (#189)

Bumps [ua-parser-js](https://github.com/faisalman/ua-parser-js) from 0.7.28 to 0.7.33.
- [Release notes](https://github.com/faisalman/ua-parser-js/releases)
- [Changelog](https://github.com/faisalman/ua-parser-js/blob/master/changelog.md)
- [Commits](faisalman/ua-parser-js@0.7.28...0.7.33)

---
updated-dependencies:
- dependency-name: ua-parser-js
  dependency-type: indirect
...





* Bump minimatch from 3.0.4 to 3.1.2 (#192)

Bumps [minimatch](https://github.com/isaacs/minimatch) from 3.0.4 to 3.1.2.
- [Release notes](https://github.com/isaacs/minimatch/releases)
- [Changelog](https://github.com/isaacs/minimatch/blob/main/changelog.md)
- [Commits](isaacs/minimatch@v3.0.4...v3.1.2)

---
updated-dependencies:
- dependency-name: minimatch
  dependency-type: indirect
...





* fix(types): utility type removed from RN 0.71 (#190)



* update version

---------

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Punit Kumar <66327958+punitkashyup@users.noreply.github.com>
Co-authored-by: William Bell <williambell9708@outlook.com>
Co-authored-by: Minsik Kim <kmsbernard@gmail.com>

* bump windows min (#198)

* add setAndForwardRef to repo (#199)

* update version

---------

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Punit Kumar <66327958+punitkashyup@users.noreply.github.com>
Co-authored-by: William Bell <williambell9708@outlook.com>
Co-authored-by: Minsik Kim <kmsbernard@gmail.com>
Co-authored-by: Tatiana Kapos <tatianakapos@microsoft.com>
@nicholaslee119
Copy link
Collaborator

Thanks, 0.5.16 was released

@brandon-austin-lark
Copy link

Thank you

nicholaslee119 added a commit that referenced this pull request Oct 20, 2023
* [release] 0.5.15 (#193) (#194)

* Bump plist from 3.0.1 to 3.0.4

Bumps [plist](https://github.com/TooTallNate/node-plist) from 3.0.1 to 3.0.4.
- [Release notes](https://github.com/TooTallNate/node-plist/releases)
- [Changelog](https://github.com/TooTallNate/plist.js/blob/master/History.md)
- [Commits](https://github.com/TooTallNate/node-plist/commits)

---
updated-dependencies:
- dependency-name: plist
  dependency-type: indirect
...



* Bump minimist from 1.2.5 to 1.2.6

Bumps [minimist](https://github.com/substack/minimist) from 1.2.5 to 1.2.6.
- [Release notes](https://github.com/substack/minimist/releases)
- [Commits](https://github.com/substack/minimist/compare/1.2.5...1.2.6)

---
updated-dependencies:
- dependency-name: minimist
  dependency-type: indirect
...



* Bump async from 2.6.2 to 2.6.4

Bumps [async](https://github.com/caolan/async) from 2.6.2 to 2.6.4.
- [Release notes](https://github.com/caolan/async/releases)
- [Changelog](https://github.com/caolan/async/blob/v2.6.4/CHANGELOG.md)
- [Commits](caolan/async@v2.6.2...v2.6.4)

---
updated-dependencies:
- dependency-name: async
  dependency-type: indirect
...



* Bump simple-plist from 1.1.0 to 1.3.1

Bumps [simple-plist](https://github.com/wollardj/simple-plist) from 1.1.0 to 1.3.1.
- [Release notes](https://github.com/wollardj/simple-plist/releases)
- [Commits](wollardj/simple-plist@1.1.0...v1.3.1)

---
updated-dependencies:
- dependency-name: simple-plist
  dependency-type: indirect
...



* Bump moment from 2.25.3 to 2.29.4 (#174)

* Fix issue #178 (#179)

* Update RNCCheckbox.podspec (#183)

Fix pod issue

* update version

* Bump decode-uri-component from 0.2.0 to 0.2.2 (#186)

Bumps [decode-uri-component](https://github.com/SamVerschueren/decode-uri-component) from 0.2.0 to 0.2.2.
- [Release notes](https://github.com/SamVerschueren/decode-uri-component/releases)
- [Commits](SamVerschueren/decode-uri-component@v0.2.0...v0.2.2)

---
updated-dependencies:
- dependency-name: decode-uri-component
  dependency-type: indirect
...




* Bump qs from 6.5.2 to 6.5.3 (#187)

Bumps [qs](https://github.com/ljharb/qs) from 6.5.2 to 6.5.3.
- [Release notes](https://github.com/ljharb/qs/releases)
- [Changelog](https://github.com/ljharb/qs/blob/main/CHANGELOG.md)
- [Commits](ljharb/qs@v6.5.2...v6.5.3)

---
updated-dependencies:
- dependency-name: qs
  dependency-type: indirect
...





* Bump ua-parser-js from 0.7.28 to 0.7.33 (#189)

Bumps [ua-parser-js](https://github.com/faisalman/ua-parser-js) from 0.7.28 to 0.7.33.
- [Release notes](https://github.com/faisalman/ua-parser-js/releases)
- [Changelog](https://github.com/faisalman/ua-parser-js/blob/master/changelog.md)
- [Commits](faisalman/ua-parser-js@0.7.28...0.7.33)

---
updated-dependencies:
- dependency-name: ua-parser-js
  dependency-type: indirect
...





* Bump minimatch from 3.0.4 to 3.1.2 (#192)

Bumps [minimatch](https://github.com/isaacs/minimatch) from 3.0.4 to 3.1.2.
- [Release notes](https://github.com/isaacs/minimatch/releases)
- [Changelog](https://github.com/isaacs/minimatch/blob/main/changelog.md)
- [Commits](isaacs/minimatch@v3.0.4...v3.1.2)

---
updated-dependencies:
- dependency-name: minimatch
  dependency-type: indirect
...





* fix(types): utility type removed from RN 0.71 (#190)



* update version

---------

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Punit Kumar <66327958+punitkashyup@users.noreply.github.com>
Co-authored-by: William Bell <williambell9708@outlook.com>
Co-authored-by: Minsik Kim <kmsbernard@gmail.com>

* bump windows min (#198)

* add setAndForwardRef to repo (#199)

* update version

* Add DLL file information resource file to ReactNative Checkbox windows (#208)

* update version

---------

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Punit Kumar <66327958+punitkashyup@users.noreply.github.com>
Co-authored-by: William Bell <williambell9708@outlook.com>
Co-authored-by: Minsik Kim <kmsbernard@gmail.com>
Co-authored-by: Tatiana Kapos <tatianakapos@microsoft.com>
Co-authored-by: NikhiRaya <110552664+NikhiRaya@users.noreply.github.com>
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.

None yet

6 participants