Sun

Results 3 issues of Sun

Im currently on "react-native": "0.57.0", "react-native-picker": "^4.3.7". The error still exists even when I have added these codes 1. `MainApplication.java` ``` js import com.beefe.picker.PickerViewPackage; .... protected List getPackages() { return...

Currently using the latest `flutter_cognito_plugin` from git and `flutter_facebook_login: 3.0.0` for the facebook login function. Here is my code. ``` dart facebookLogin.logIn(['public_profile', 'email']).then((result) { print(result.accessToken.token); // passing user access token...

My current app has 2 different user pools for production and development. Is there any way to configure awsconfiguration.json seperately? Thank you!