6R6D-Shrinidhi Raoinreactsnative.hashnode.dev·Dec 19, 2023 · 1 min readReact Native Alert !!Alert launches an alert dialog with the specified title and message. Optionally provide a list of buttons. Tapping any button will fire the respective onPress callback and dismiss the alert. By default, the only button will be an 'OK' button. This is...00
6R6D-Shrinidhi Raoinreactsnative.hashnode.dev·Dec 18, 2023 · 1 min readReact Native AccessibilityInfo !!Sometimes it's useful to know whether or not the device has a screen reader that is currently active. The AccessibilityInfo API is designed for this purpose. You can use it to query the current state of the screen reader as well as to register to be ...00
6R6D-Shrinidhi Raoinreactsnative.hashnode.dev·Dec 17, 2023 · 1 min readModify your React Native App !Now that you have successfully run the app, let's modify it. Open App.tsx in your text editor of choice and edit some lines.(I recommend Using VS Code.) Press the R key twice or select Reload from the Dev Menu (Ctrl + M) to see your changes! impo...00
6R6D-Shrinidhi Raoinreactsnative.hashnode.dev·Dec 17, 2023 · 2 min readRun your React Native App !!Preparing the Android device You will need an Android device to run your React Native Android app. This can be either a physical Android device, or more commonly, you can use an Android Virtual Device which allows you to emulate an Android device on ...00
6R6D-Shrinidhi Raoinreactsnative.hashnode.dev·Dec 16, 2023 · 1 min readCreate Your First React Native App !!React Native Command Line Interface React Native has a built-in command line interface. Rather than install and manage a specific version of the CLI globally, we recommend you access the current version at runtime using npx, which ships with Node.js....00