@Natansh
Developer and Video Editor
Nothing here yet.
Nothing here yet.
install this extension : now we can use rnfe as shortcut to write code snippet like in React rafce rnfs is also going to give stylesheet with the functional component Now We have created a new Project with appName as STYLER02 This is app.tsx import ...

Now, Let’s write our first Hello, World !! program in React Native, for this we’ll clean App.tsx and We’ll write the below given code import React from 'react'; import { View, Text, SafeAreaView } from 'react-native'; function App() { return ( ...

Now, In this article we’ll be discussing about React Native File Structure and best tips and practicesWhen we build our app, project structure looks like this Our __tests__ folder include a typescript file, and by default in react-native typescript ...
