/react-native-console-oslog

React Native package to log to Apple's unified log

Primary LanguageObjective-C++MIT LicenseMIT

react-native-console-oslog

An OSLog logger to use when running in the iOS Simulator or an iPhone

Installation

npm install react-native-console-oslog

Usage

import { multiply } from 'react-native-console-oslog';

// ...

const result = await multiply(3, 7);

Contributing

See the contributing guide to learn how to contribute to the repository and the development workflow.

License

MIT


Made with create-react-native-library