react-native-testid

1.0.0 • Public • Published

react-native-testid

A convenient way to set test id for React-Native components

Usage

import React from 'react'
import { View, Text } from 'react-native'
import testID from 'react-native-testid'
 
function SuperComponent({ testId }) {
  return (
    <View {...testID(testId)}>
      <Text>My Super Component</Text>
    </View>
  )
}

/react-native-testid/

    Package Sidebar

    Install

    npm i react-native-testid

    Weekly Downloads

    14

    Version

    1.0.0

    License

    MIT

    Last publish

    Collaborators

    • isnifer