Skip to content

Conversation

@tkow
Copy link
Contributor

@tkow tkow commented Jul 29, 2019

Add example app for examining this library work well both android and ios.

#How to Check

ios

# at project root
yarn install 
# at example/ios
pod install
# at project root
yarn start

And in Xcode, change provisioning file with setting your team. Then, run button with example scheme.

android

# at project root
yarn install 
# at project root
npx react-native run-android --root example

if some errors occur, these may be due to gradle settings or versions, emulator settings, lost debug.keystore, or path of command execution wrong.

@tkow tkow mentioned this pull request Jul 29, 2019
@dantman
Copy link
Collaborator

dantman commented Jul 29, 2019

I don't think you need to decode the URI. Also I believe fetch should also work with file://, i.e. on iOS. So you should not need to test for Android or content://.

@tkow
Copy link
Contributor Author

tkow commented Jul 29, 2019

I'm sorry I included some debug codes. I removed them.

@tkow tkow force-pushed the feature/add-example-app branch from 12e6abd to 599ef30 Compare July 29, 2019 10:06
@vonovak
Copy link
Member

vonovak commented Jun 13, 2021

hello, thanks for the PR!

I'll close this because it is being super ceded by #421

thank you!

@vonovak vonovak closed this Jun 13, 2021
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.

3 participants