Interesting case with URL query params
Last week, I encountered another interesting case of something I didn't know. I worked on the implementation of one API
Strange Xcode and autocomplete issue
A few days ago I experienced a strange issue with the Xcode and its autocomplete functionality that ate some 2-3
Just published my first React Native package to NPM
For a few weeks now I'm working on a small React Native app. After trying to find a package that
🖊️ Let's add custom fonts to a React Native App!
It's fairy simple... :) STEP 1: Create a new file in your RN project's root dir with name react-native.config.js
Unrecognized font family 'FontAwesome'
Just encontered this issue after installing the react-native-vector-icons package and run the app on an iOS simulator. If you're wondering
Xiaomi Mi Band 4 and DST (Daylight Saving Time) Issue
I'm living in Bulgaria where during the summer is +1 hours because of the DST (Daylight Saving Time). Recently my
How to add a StatusBar in your React Native application
I'm sure that at some point you stumbled upon the problem with the status bar. By default the React Native
IOS pod install error. Module glog cannot be installed
If you encounter this issue when trying install/update your Pods and build your React Native iOS app, here is