Sibelius Seraphini

Results 459 comments of Sibelius Seraphini

it could be very useful if we could just call a function on authMiddleware to save the token or remove it

I think it is better to use Relay.Environment to reset relay data on login, thanks for all the support

for every 401 it will try to get the token? how `_getTokenFromServer` get **data** parameter? the problem with this approach is that you do not clean the Relay cache, so...

reload a page is not a good user experience, and it does not work on react native either

This could be useful to easily reset a RelayEnvironment ``` js class RelayStore { constructor() { this._env = new Environment(); this._networkLayer = null; this._taskScheduler = null; RelayNetworkDebug.init(this._env); } reset(networkLayer) {...

@blargity do you still have this problem?

https://github.com/sibelius/relay-workshop https://react-europe-relay-workshop.now.sh/

the only change is here https://github.com/jeanpan/react-native-camera-roll-picker/blob/master/Example/src/App.js#L15 ```jsx import CameraRollPicker from 'react-native-camera-roll-picker'; ``` consume `CameraRollPicker` from community package is this enough?

@sbeca wants to move https://github.com/react-native-community/react-native-audio-toolkit under `@react-native-community` scoped package how can he do that?