Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
W
weihan-plugin
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Wei Han
weihan-plugin
Commits
98fa8e66
Commit
98fa8e66
authored
Oct 21, 2025
by
Wei Han
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Update README.md
parent
106bf6c9
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
25 additions
and
28 deletions
+25
-28
README.md
README.md
+25
-28
No files found.
README.md
View file @
98fa8e66
#
react-native-qms-plugin
#
to update/create new xcframework
defect management QMS plugin
## Run in framework/QmsPluginFramework path
xcodebuild archive
\
-scheme QmsPluginFramework
\
-destination "generic/platform=iOS"
\
-archivePath ./build/ios_devices.xcarchive
\
SKIP_INSTALL=NO BUILD_LIBRARY_FOR_DISTRIBUTION=YES
## Installation
xcodebuild archive
\
-scheme QmsPluginFramework
\
-destination "generic/platform=iOS Simulator"
\
-archivePath ./build/ios_simulators.xcarchive
\
SKIP_INSTALL=NO BUILD_LIBRARY_FOR_DISTRIBUTION=YES
xcodebuild -create-xcframework
\
-framework ./build/ios_devices.xcarchive/Products/Library/Frameworks/QmsPluginFramework.framework
\
-framework ./build/ios_simulators.xcarchive/Products/Library/Frameworks/QmsPluginFramework.framework
\
-output ./QmsPluginFramework.xcframework
```sh
## To use in test app
npm install react-native-qms-plugin
```
1.
add this line under dependencies in testApp's package.json
"QmsPlugin": "git+http://convep.ddns.me:20000/WeiHan/weihan-plugin.git",
## Usage
2.
then run yarn install
3.
replace the ios, src, package.json and QmsPlugin.podspec folders/files in testApp's node_modules with updated folders/files from this git
```js
4.
import the package
import { multiply } from 'react-native-qms-p
lugin';
-
import {showPluginUI} from 'QmsP
lugin';
// ...
5.
call the function
\ No newline at end of file
const result = multiply(3, 7);
```
## Contributing
-
[
Development workflow
](
CONTRIBUTING.md#development-workflow
)
-
[
Sending a pull request
](
CONTRIBUTING.md#sending-a-pull-request
)
-
[
Code of conduct
](
CODE_OF_CONDUCT.md
)
## License
MIT
---
Made with
[
create-react-native-library
](
https://github.com/callstack/react-native-builder-bob
)
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment