React Native stateless container

    0

    0

    Khalid Khan

    React Native companion for Typescript

    React Native provides a built-in way to access Android and iOS views and text fields. You can use the View and Text components that come with React Native.

    Library: react-native

    Shortcut: reactnative.conatiner.stateless

    import * as React from 'react';
    import { View, Text } from 'react-native';
    
    export interface AppProps {
    }
    
    export function App (props: AppProps) {
      return (
        <View>
          <Text>App</Text>
        </View>
      );
    }
    
    Codiga Logo
    Codiga Hub
    • Rulesets
    • Playground
    • Snippets
    • Cookbooks
    Legal
    • Security
    • Privacy Policy
    • Code Privacy
    • Terms of Service
    soc-2 icon

    We are SOC-2 Compliance Certified

    G2 high performer medal

    Codiga – All rights reserved 2022.