-
Notifications
You must be signed in to change notification settings - Fork 445
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
Is it Possible with React Native #240
Comments
|
[Cross-linking for reference: https://www.dropboxforum.com/t5/API-Support-Feedback/Dropbox-with-React-Native/m-p/334449 ] The Dropbox Java SDK does not officially support React Native, so I can't offer support or examples for that, but I'll pass this along as a feature request. |
|
Okay |
|
i'm using the Dropbox-code " android from https://www.dropbox.com/developers/chooser#android , and little customizing with react-native. here my code: import com.facebook.react.bridge.ActivityEventListener; import org.json.JSONArray; import android.app.Activity; import com.dropbox.chooser.android.DbxChooser; public class RNReactNativeDropboxAndroidModule extends ReactContextBaseJavaModule implements ActivityEventListener { private final ReactApplicationContext reactContext; private Callback pickerSuccessCallback; static final int DBX_CHOOSER_REQUEST = 0; public RNReactNativeDropboxAndroidModule(ReactApplicationContext reactContext) { @OverRide @ReactMethod } @OverRide } DropboxAndroidPackage.Java; import com.facebook.react.ReactPackage; import java.util.ArrayList; public class RNReactNativeDropboxAndroidPackage implements ReactPackage { @OverRide @OverRide @OverRide it's my ReactNative initiative method: RNReactNativeDropboxAndroid.openChooser( dropbox open success fully, bud can't access files, when trying to select any files from dropbox, the react app close "Unfortunately ". |
|
@ElangoPrince Based on this, I see that you're actually trying to use the Dropbox Chooser for Android, which is different than the Dropbox API v2 Java SDK. I'm closing this issue accordingly, since it was opened on the SDK. Anyway, the Android Chooser also does not officially support React Native, but I'll update the feature request accordingly. |
|
@greg-db , okay thanks. |
|
@greg-db Any update on this? |
|
Unfortunately, no updates on this feature request yet. |
|
Any updates on this feature? |
|
@iamrohitagg No, I don't have any news on this feature request. |
|
Any updates? |
|
@Cannonball2134 No, there's no update on this request. |
|
Any updates on this feature? |
|
@Pankajjajra No, there's no plans to share on this. |
Dropbox login with React Native, and state any example for that?
The text was updated successfully, but these errors were encountered: