-
I changed the included example app to authenticate with google, also enabled google drive API and other google console steps.
On clicking on the Authorize button, I get the google signin window and…
-
Hi all
I am quite new to RN as well as app auth but I have previously integrated my Xamarin app with IdentityServer4 using IdentityModel.OidcClient so I have some understanding of the flow.
Plea…
-
```
componentWillMount() {
//LayoutAnimation.configureNext(LayoutAnimation.Presets.spring);
storage.load({
key: 'ME',
}).then((ret) => {
global.ME = ret; //全局变量,ME 存储当前用户…
-
Hey, I installed the library in a react-native application, however when I try to run it I get this error:
Is this because the library is not supporting react-native, or have I done something w…
-
I noticed this glitch and I thought I should share.
![kapture 2017-12-03 at 14 22 50](https://user-images.githubusercontent.com/23000873/33524889-c10d873a-d835-11e7-9c8a-53331372b880.gif)
```jav…
-
### One-line summary [问题简述]
legend:{
top : '8%',
left: '20%',
...}
如上,设置图例的位置,当浏览器的缩放比例调整时,图例的位置会错乱。
有何方法可以解决该问题?
这是浏览器缩放比例100%时,图例与色块div并排显示,显示正常:如下图
![snap1](https://cloud.githubuserco…
-
How to change default adding animation to placeholder view(only adding animation)
-
* React Native version:0.43
* Platform: Android
* Development Operating System: MacOS
* Dev tools: Android Studio version,
* OkHttp Version : 3.4.1
when it happens,my android app can not send a…
-
![image](https://cloud.githubusercontent.com/assets/5764481/16557010/e099a16e-420f-11e6-899d-25349ba4189f.png)
this.animations = {
duration: 200,
create: {
**type: LayoutAnimatio…
-
I am using this module. It's all working fine. I am running a sample react-native app. In this app i am displaying 1-100 years in drop down list. My question is how to get a selected value in drop dow…