VGVishal Guptainvishal-gupta-blog.hashnode.dev·Apr 13, 2025 · 1 min readHow to use stylesheet in react nativeSafeareaview Safeareaview is use for basically ios devices to ensure safe view when Ios have notches It basically gives automatic padding to the container of safe view safeview only works for ios device Stylesheet Import Stylesheet from react-na...00
VGVishal Guptainvishal-gupta-blog.hashnode.dev·Apr 6, 2025 · 1 min readFirst App with Hello WorldApp.tsx Import react native elements after deleting all code in App.tsx file View SafeAreaView Text Button Create Function component named App Use above Components to display view Wrap Hello World with Text Component Just remeber always close tags wh...00
VGVishal Guptainvishal-gupta-blog.hashnode.dev·Apr 6, 2025 · 2 min readReact Native File StructureReact Native Essential Files __tests__ In Above directory all the test cases going to written like unit testing, Integration Test .bundle In this when we run the app on local nachine then budle is created in which all configurations of our app presen...00
VGVishal Guptainvishal-gupta-blog.hashnode.dev·Apr 6, 2025 · 1 min readStarting react native app for windowsView First react native app After installing, android studio, jdk and vs code open command Create your first app using react-native cli npx @react-native-community/cli init firstapp Execute above command it will create app with firstapp name f...00
VGVishal Guptainvishal-gupta-blog.hashnode.dev·Apr 6, 2025 · 1 min readInstall React NativeSetup on Windows Go to documentation of react native’s set-up-your-envoronment https://reactnative.dev/docs/set-up-your-environment Copy the command to install node and jdk using choco package manager If choco not installed then first install choc...00