https://github.com/atlj/official-template-proposal-view
This is a test library to demonstrate the structure of native views.
https://github.com/atlj/official-template-proposal-view
Last synced: 4 months ago
JSON representation
This is a test library to demonstrate the structure of native views.
- Host: GitHub
- URL: https://github.com/atlj/official-template-proposal-view
- Owner: atlj
- License: mit
- Created: 2023-07-21T17:52:31.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2023-08-23T13:11:12.000Z (almost 2 years ago)
- Last Synced: 2025-02-14T01:18:17.211Z (4 months ago)
- Language: Java
- Size: 349 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- License: LICENSE
- Code of conduct: CODE_OF_CONDUCT.md
Awesome Lists containing this project
README
# react-native-official-template-proposal-view
This is a test library to demonstrate the structure of native views.
## How to test and develop locally?
To test and develop the library locally, you need to build the example app on Android and iOS. Any changes you make on the library will be reflected to the example app.
### Android
1. Open `Android Studio`
2. Pick `official-template-proposal-view/example/android`.
3. Wait until gradle sync finishes.
4. Open the `Project` pane, switch to `Android`, and pick `react-native-official-template-proposal-view`.
5. Run the app on debug mode.
6. Any change you make will be reflected to the library and the example app.### iOS
1. Make sure you install the pods on the example project.
2. Open `XCode`.
3. Pick `official-template-proposal-view/example/ios/OfficialTemplateProposalViewExample.xcworkspace`.
4. On the file browser, go to `Pods > Development Pods > react-native-official-template-proposal-view`.
5. Run the app on debug mode.
6. Any change you make will be reflected to the library and the example app.## Installation
```sh
npm install react-native-official-template-proposal-view
```## Usage
```js
import { OfficialTemplateProposalViewView } from "react-native-official-template-proposal-view";// ...
```
## Contributing
See the [contributing guide](CONTRIBUTING.md) to learn how to contribute to the repository and the development workflow.
## License
MIT
---
Made with [create-react-native-library](https://github.com/callstack/react-native-builder-bob)