How to select the next TextInput after pressing the “next” keyboard button
See code on Github Navigating between text fields using the keyboard is very convenient to improve the user experience in your apps. As more and more apps offer this kind of experience, it’s essential that you optimize your app...
Set up your CI and CD for React Native Part 2
Generate signed builds for your mobile project Why do we have to sign our APK/IPA files? As I’ve already mentioned in the preview part of this article, code signing is an essential step since our cellphones have to verify that...
React Native VS Ionic: Specific cases
As technology increases, we have more and more access to a lot of alternatives for building many kinds of applications, and of course, this is the case for Native Mobile apps. We have a lot of options to choose from but, as always,...
Setup your CI and CD for React Native Part 1
What is Continuous Integration and Continuous Delivery? Continuous Integration (CI) and Continuous Delivery (CD) are now necessary concepts to develop a mobile application. Continuous Integration allows you to make sure your application...
Top 8 Mobile App Development Tools
MagmaLabs has built a process to quickly develop high performing mobile apps. A large part of our process relies on the use of great mobile app development tools. We’re constantly looking for new mobile app development tools to increase...
Network Link Conditioner, a friend to have.
The 99.9% -I'm guessing the number- of the mobile applications requires internet connection via wi-fi or mobile networks -3G or 4G-. For that reason, it is important to know how our application behaves in different scenarios regarding...
Cocoapods, scale your iOS/OS X project easily.
Since the first day of my life developing for iOS, I was introduced to cocoapods.org and I felt in love with it, but, What is Cocoapods?. Basically, it's both a dependency manager tool and a site to find thousands of libraries...