-
Notifications
You must be signed in to change notification settings - Fork 452
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
Someone can create a react native plugin for that? #87
Comments
Yes~ |
did you guys found anything? |
I Will create the bridge, guys. |
After adding chuck plugin to your build.gradle. OkHttpClientProvider.setOkHttpClientFactory(new CustomNetworkModule(this)); Also create following class, either in separate file or in the MainApplication.java only. class CustomNetworkModule implements OkHttpClientFactory {
} and start your activity : startActivity(Chuck.getLaunchIntent(this)); from MainActivity.java's onCreate. Imports to refer : import com.facebook.react.modules.network.OkHttpClientFactory; |
anyone can implement this? |
Someone can create a react native plugin for that?
The text was updated successfully, but these errors were encountered: