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
The useState() Hook: Practical Guide
Do you know what is the difference between a class component and a function component in React? In this practical
Dynamic switching of themes in React Native App: The funky way with hooks! 👌
In February I posted an article with example of how to switch React Native Paper themes dynamically via the recently
React Hooks: Gentle Introduction! 🚀
In this article I'll try to explain in a simple way what are the React Hooks and why it's good
🖊️ 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
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
Dynamic switching of themes in React Native App
[UPDATE] Check out the example implemented with React Hooks 👉 https://www.seishin.me/dynamic-switching-of-themes-in-react-native-app-the-funky-way-with-hooks/ I've spent the last 3 hours