We use cookies to ensure you have the best browsing experience on our website. Please read our cookie policy for more information about how we use cookies.
- Skills Directory
- React Native
React Native
Basic
React Native is an open-source mobile application framework. It is used to develop applications for Android, Android TV, iOS, macOS, tvOS, Web, Windows, and UWP by enabling developers to use React's framework along with native platform capabilities.
This competency area includes understanding basic navigation, components, elements, and form validation, among others.
Key Competencies:
- Basic Navigation - Understanding navigation between different components.
- Understanding React Native Components - Basic knowledge of React Native components like buttons, images, flatList, etc.
- Rendering Elements - Generating dynamic elements such as lists or forms.
- State Management (Internal Component State) - Creating and updating state values in-class components.
- Handling Events - Executing functions and updating state variables when an event occurs.
- ES6 and JavaScript - Creating functions including arrow functions to manipulate data and its display as page elements.
- Form Validation - Validating form data against rules before accepting input and alerting the user with an error message when validation fails.