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

Incompatibility with React Native v0.65.1 #108

Open
afaqRns opened this issue Aug 25, 2021 · 3 comments
Open

Incompatibility with React Native v0.65.1 #108

afaqRns opened this issue Aug 25, 2021 · 3 comments

Comments

@afaqRns
Copy link

afaqRns commented Aug 25, 2021

Please update review dependencies for this package. react-native-tcp is not up to date and it is causing problem while running project with react native version 0.65.1

@akinncar
Copy link

akinncar commented Oct 5, 2021

what's your problem? maybe this can help #94

@afaqRns
Copy link
Author

afaqRns commented Oct 6, 2021

what's your problem? maybe this can help #94

The problem is react-native-tcp has older version which is making it incompatible with react-native v0.65.1. In build.gradle compile is used instead of implementation. This causes build time errors.

@lirimkrosa
Copy link

lirimkrosa commented Dec 6, 2021

I patched the module and published on npmjs

remove react-native-tcp and rn-nodeify from package.json
sudo rm -rf node_modules
sudo rm- rf package-lock.json
cd ios && sudo rm -rf Pods
npm install @lirimkrosa/rn-nodeify
or
yarn add @lirimkrosa/rn-nodeify

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

No branches or pull requests

3 participants