ArtixZ

Results 6 issues of ArtixZ

Thanks for creating this awesome example. After analyzing the bundle file, I found there are a lot of redundancies among sub-apps, because they have many intersection of dependencies. Is there...

**Describe the bug** Sending email via Gmail might not be a viable method anymore, cause Google recently updated their policy and banned logging in from vulnerable resources. More info: [here](https://stackoverflow.com/a/27515883/5405636).

bug

I tried same practice in writing testing scripts. But I received this error when trying to console.log() the returned component wrapped with $ (lodash)

```javascript app.get('*', (req, res) => { const store = createStore(req); const promises = matchRoutes(Routes, req.path) .map(({ route }) => { return route.loadData ? route.loadData(store) : null; }) .map(promise => {...

Don't allow updating react-native-router-flux.