rn-native-wrapper-testing
v1.0.3
Published
React Native wrapper for testing native components
Maintainers
Readme
RN Native Wrapper Testing
A React Native wrapper package for testing native components, providing a simple and type-safe interface for testing purposes.
Installation
npm install rn-native-wrapper-testing
# or
yarn add rn-native-wrapper-testingPeer Dependencies
This package requires the following peer dependencies:
npm install react react-nativeUsage
import React from 'react';
import { View } from 'react-native';
import { RNTestingComponent } from 'rn-native-wrapper-testing';
export default function App() {
return (
<View>
<RNTestingComponent />
</View>
);
}TypeScript
This package is written in TypeScript and includes full type definitions out of the box.
License
MIT © Darshan Padhiyar
Contributing
Contributions are welcome! Please feel free to submit a Pull Request.
Issues
If you encounter any problems, please file an issue along with a detailed description.
