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

Upgrade the example to RN 0.69 #3

Draft
wants to merge 2 commits into
base: master
Choose a base branch
from

Conversation

renchap
Copy link

@renchap renchap commented Jul 30, 2022

I started to look at how to locally build this project and run the example app, here is where I am right now.

Upgraded to RN 0.69 using react-native upgrade, a brand new create-react-native-app template + some manual changes to get there.

Issues:

  • I updated TUSKit to the latest 2.x version, but response?.errorCode does not seem to exist anymore?
  • Also when adding files file:/ is added to the start of the path somehow, even if it already starts with file:// as the react-native-image-picker URLs do, so I removed it in the example.

Only tested on iOS for now.

I updated TUSKit to the latest 2.x version, but `response?.errorCode` does not seem to exist anymore?

Also when adding files `file:/` is added to the start of the path somehow, even if it already starts with `file://` as the `react-native-image-picker` URLs do, so I removed it in the example.
@renchap
Copy link
Author

renchap commented Jul 31, 2022

Android example is now building on my computer, with the latest Android & Java TUS libraries

@hannojg
Copy link

hannojg commented Aug 1, 2022

Great thx, will check this eve!

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