About 384 results
Open links in new tab
  1. State - React Native

    Apr 14, 2025 · There are two types of data that control a component: props and state. props are set by the parent and they are fixed throughout the lifetime of a component. For data that is …

  2. Learn the Basics · React Native

    Apr 14, 2025 · React Native is like React, but it uses native components instead of web components as building blocks. So to understand the basic structure of a React Native app, …

  3. Props - React Native

    Apr 14, 2025 · With props and the basic Text, Image, and View components, you can build a wide variety of static screens. To learn how to make your app change over time, you need to learn …

  4. React Fundamentals - React Native

    Apr 14, 2025 · While you can think of props as arguments you use to configure how components render, state is like a component’s personal data storage. State is useful for handling data that …

  5. Direct Manipulation - React Native

    Apr 14, 2025 · When using React in the browser for example, you sometimes need to directly modify a DOM node, and the same is true for views in mobile apps. setNativeProps is the …

  6. FlatList - React Native

    Apr 14, 2025 · This is a tradeoff that can be adjusted to suit the needs of each application, and we are working on improving it behind the scenes. By default, the list looks for a key prop on each …

  7. State · React Native Archive

    There are two types of data that control a component: props and state. props are set by the parent and they are fixed throughout the lifetime of a component. For data that is going to change, we …

  8. View Style Props - React Native

    Apr 14, 2025 · This is a spec-compliant implementation of the web style prop of the same name. Read more about all the arguments available in the BoxShadowValue documentation.

  9. Using TypeScript · React Native

    May 15, 2025 · You can provide an interface for a React Component's Props and State via React.Component<Props, State> which will provide type-checking and editor auto-completing …

  10. Direct Manipulation - React Native

    Oct 21, 2024 · When using React in the browser for example, you sometimes need to directly modify a DOM node, and the same is true for views in mobile apps. setNativeProps is the …

Refresh