Birkir Gudjonsson

Results 135 comments of Birkir Gudjonsson

Hey @Laegel ! Still just one man over here, so any help appreciated!! I have been busy in Gatsby+Prismic land for the past 2 months. Prime will be ramping up...

Good news! With react native 57, the metro packager has been updated with support for custom config. We should be getting closer to hooking into the resolver! https://github.com/facebook/metro/tree/master/packages/metro-config

Good to hear @agustif You can start by sharing a PR or branch with your changes. We can give you a hand if necessary or feedback. UI would be great!

Yes but my plan was to add non-json column type sql support. Actually I made sure to already split up the columns so that everything was prepared for this. Just...

Here is my patch ```diff diff --git a/node_modules/react-native-navigation/lib/ios/RNNCommandsHandler.m b/node_modules/react-native-navigation/lib/ios/RNNCommandsHandler.m index 61b135f..bc00898 100644 --- a/node_modules/react-native-navigation/lib/ios/RNNCommandsHandler.m +++ b/node_modules/react-native-navigation/lib/ios/RNNCommandsHandler.m @@ -502,6 +502,7 @@ static NSString *const setDefaultOptions = @"setDefaultOptions"; #pragma mark - private...

Great! More focus on what really matters, the core foundation!

I'll investigate this. Care to share more details in the meantime. iPhone type? Did you fiddle anything with it before or just plain clone? Did you try it locally without...

What if you start the server like this: `HOST=localhost yarn develop`. I'm going for 0.0.0.0 issue here.

@ctrlplusb what a man. I tried it out and it worked great after I fixed a little bug in passing the options to recursive function. I added a PR for...

Awesome stuff! About re-hydration, I usually use a single domain store (that contains other stores like UI, User, Items, etc.) that I rehydrate from the server, components then inject the...