9 posts tagged with "React Native"
Build a Clock Face with SVG in React Native
In this article, we are going to look at how to draw a nice-looking analog clock face by using react-native, react-native-svg , and styled…
TypeScript Configuration For styled-components In React Native
Using Styled-components with React Native is great. Where it really shines in my opinion is theming. However, wouldn’t it be cool if you get…
Things You Should Know When Using SVGs with React Native
React Native How to Change Package Name
When starting a new React Native project you might have come across the following problem. You decide to initialize a new project, and you…
How to Fix 'VirtualizedLists should never be nested inside plain ScrollViews' Warning
When developing with React Native and nesting FlatList or SectionList component inside a plain ScrollView your debugger might display the…
How to Use Keys in VirtualizedList
Are you seeing the following error often:
Running React Native apps on specific iOS simulators
If you’re developing React Native apps for iOS you’re most likely familiar with this command: In most cases that command opens up the iPhone…
App Store Release Checklist
Releasing to App store Getting your mobile app published in the App Store is simple in theory but tedious in practice. During the past nine…
Building Cross-Platform Component Systems With React and React Native
In this tutorial we are going to look at how one could build a cross-platform component system In a recent project I’ve part, we are working…