Rishabh Mehan
Rishabh Mehan
take a look at this fork .. you can hide the navigation bar and just create this look as a component https://github.com/darkrishabh/react-native-router/
BTW, I would recommend you to fork it and then use it. I use it for my custom usage and it may change in future
check my fork
take a look at this fork .. you can hide the navigation bar with a simple prop. https://github.com/darkrishabh/react-native-router/ check the commits to know better. BTW, I would recommend you to...
take a look at this fork .. you can hide the navigation bar and just create this look as a component https://github.com/darkrishabh/react-native-router/ check the commits to know better. BTW, I...
Its funny, because I currently have an extended API called initDB that I have been using personally which does the similar task. I will integrate it soon. Thanks @KelseyRegan
There is no limit. Can you share your code please? @waleedarshad-vf
Hey @johntom I haven't used it on an Android before so I wouldn't know what the problem is. Just to clarify, is the DB not behaving the way it should?
DB.fruits.get({fruit_type: "apple"}, function(results){ console.log(results); })
This is a good change but it might be a breaking change for many. I am kind of involved with some other stuff these days will merge it soon. untill...