cyril36

Results 7 comments of cyril36

After taking a break the obvious come to my mind and knew how to create this badgeProps and felt stupid about asking :D I have updated the badgeStyle to badgeProps...

@Lucstay11 Have you find any example that can be shared , as your custom component @rishiankush

I had the same error in 14.0.2 I had to downgrade to "@expo/vector-icons": "^13.0.0" to make it work

@akshayxfortech Do you have a code exemple about how to re-inject the token and refresh token back in my UserProvider component? I wanted to use the method you explained but...

But I am not using Facebook credentials. In the case of anonymous login, the token is provided by atlas service. If I refresh my page I loose this token and...

@kneth I understand that it is the expected behavior, however i would like to save the token generated by the app.logIn(credential) function into my localStorage , then when i reload...

I have found a way to add Form component to the row using : ``` function Row({ children, onDrag, id, rowData, ...rest }) { /* console.log("row"); console.log(rowData); */ return (...