platform-native-sdk-kit-testing
v1.0.0
Published
Testing module for platform-native-sdk-kit
Downloads
10
Maintainers
Readme
Platform Native SDK Kit Testing
Testing module for platform-native-sdk-kit with sample components demonstrating the SDK features.
Installation
npm install platform-native-sdk-kit-testing
# or
yarn add platform-native-sdk-kit-testingPeer Dependencies
npm install react react-native platform-native-sdk-kitUsage
import { TestDatePickerComponent, TestSpeechComponent } from 'platform-native-sdk-kit-testing';
// Use in your app
<TestDatePickerComponent />
<TestSpeechComponent />Components
- TestDatePickerComponent - Demonstrates date picker functionality
- TestSpeechComponent - Demonstrates speech recognition with permissions
- TestFileSystemComponent - Demonstrates file system operations
- TestSharingComponent - Demonstrates file sharing functionality
License
MIT © Darshan Padhiyar
