Jaka TertinekRemove console logs from your release React Native buildsEvery developer who had their app audited by a security expert knows about the issue of console.logs appearing in release builds of a React…Apr 25Apr 25
Jaka TertinekUpload files from React Native app to AWS S3In today’s mobile app landscape, file handling is a common requirement. Users often need to upload and access various types of files, such…Oct 13, 2023Oct 13, 2023
Jaka TertinekinTowards DevCreate a reusable global alert in React NativeEasily create a global alert that you can call from anywhere inside your application with one line of code.Apr 19, 2022Apr 19, 2022
Jaka TertinekWhere to store user information after login — React NativeIf you want to start developing right away and not think about adding a secure storage plus other useful functionalities(navigation, state…Jul 29, 2021Jul 29, 2021
Jaka TertinekHow to handle SVG images in React NativeIf you want to start developing right away and not think about adding support for SVG images plus other useful functionalities(navigation…Jul 28, 2021Jul 28, 2021
Jaka TertinekShould you use the official Stripe package in your React Native appManaging payments in React Native has always been more difficult as it should have been. Your options were either to use Google Pay and/or…Jul 14, 2021Jul 14, 2021
Jaka TertinekinCodeXReact Native starter projectA quick guide on how to set up a starter project so you don’t have to deal with the installation and setup of libraries you always need.Jul 12, 2021Jul 12, 2021
Jaka TertinekCustom bottom tab navigator React NativeA bottom tab bar is one of the most used types of navigation inside apps. It offers an easy and user intuitive way of moving through…Feb 9, 20218Feb 9, 20218