DDevelopment Read More 7 minute read Scheduled NotificationsbyRNoyolaDecember 2, 2019 Reading Time: 5 minutesHave you ever wondered how apps like Tinder, Facebook, Reddit and many more send annoying recurrent notifications to…
RReact Native Read More 3 minute read How to select the next TextInput after pressing the “next” keyboard buttonbyArmando DuranSeptember 5, 2018 Reading Time: 2 minutesSee code on Github Navigating between text fields using the keyboard is very convenient to improve the user…
RReact Native Read More 5 minute read Set up your CI and CD for React Native Part 2byFrancisco ChaconJune 28, 2018 Reading Time: 4 minutesGenerate signed builds for your mobile project Why do we have to sign our APK/IPA files? As I’ve…
RReact Native Read More 6 minute read React Native VS Ionic: Specific casesbyomarandstuffJune 5, 2018 Reading Time: 6 minutesAs technology increases, we have more and more access to a lot of alternatives for building many kinds…
RReact Native Read More 3 minute read Setup your CI and CD for React Native Part 1byFrancisco ChaconApril 11, 2018 Reading Time: 4 minutesWhat is Continuous Integration and Continuous Delivery? Continuous Integration (CI) and Continuous Delivery (CD) are now necessary concepts…
RReact Native Read More 2 minute read Background images on React NativebydanielNovember 28, 2017 Reading Time: 2 minutesBackground images are a common use case on mobile applications. React Native version 46.4 makes this easier to…