React-Native Tutorials
31. Remove all installed dependencies and install them again
By: Gren : 2023-04-06
Description: To remove all installed packages and reinstall them in an Expo project, you can follow these steps
32. state vs props in React Native
By: Farida : 2023-04-05
Description: In React Native, state
and props
are two important concepts that allow you to manage and update the behavior and appearance of your app components
33. npm install vs npx expo install
By: Farida : 2023-04-05
Description: Both npm install
and npx expo install
are used to install dependencies in a React Native project. However, there are some differences between the two