riebel

Results 9 comments of riebel

It has been a while, but I think you have to start it with the gulp run task.

just send me a pull request.

You have to create a pull request from your fork. see [https://help.github.com/articles/creating-a-pull-request-from-a-fork/](https://help.github.com/articles/creating-a-pull-request-from-a-fork/)

The same for me in all 3.5.x (including 3.5.11) versions. I get the "Welcome to Expo" default screen. None of my routes work. If I "touch" to create an index.js,...

I tried to modify my `babel.config.js` with no success: ``` module.exports = function (api) { api.cache(true) return { presets: ['babel-preset-expo', 'module:metro-react-native-babel-preset'], plugins: [ '@babel/plugin-proposal-export-namespace-from', 'react-native-reanimated/plugin', require.resolve('expo-router/babel') ] } } ```

Yes, I share the whole codebase with android, iOs and web and the same app runs flawlessly on all three platforms. I plan to switch from firebase to a self-hosted...

@federicogomezlara sadly not.

Would somebody be so nice and provide me some feedback? Is this actually a bug, a missing feature or is it working as intended and I am just using it...