1.0.0 • Published 1 year ago
apppage-react-native v1.0.0
apppage-react-native
A sample SDK for React Native applications.
Installation
npm install apppage-react-native
Usage
import AppPageSDK from 'apppage-react-native';
const result = AppPageSDK.sampleMethod('Hello from AppPage!');
console.log(result); // Output: You said: Hello from AppPage!
API
sampleMethod(message: string): string
A sample method that logs the input message and returns a formatted string.
message
: The input message- Returns: A formatted string containing the input message
1.0.0
1 year ago