Skip to content

Commit

Permalink
feat(react): expose cjs for react native
Browse files Browse the repository at this point in the history
exposes cjs for react native

fixes #10
  • Loading branch information
Billlynch committed Oct 11, 2023
1 parent 7fb3ae8 commit 71526f7
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion packages/integration-react/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

![](https://img.shields.io/badge/lifecycle-beta-a0c3d2.svg)

This is a helper package to use `OpenFeature` in React. It is not official OpenFeature and relies on behaviour from
This is a helper package to use `OpenFeature` in React and ReactNative. It is not official OpenFeature and relies on behaviour from
the ConfidenceWebProvider specifically.

# Usage
Expand Down
1 change: 1 addition & 0 deletions packages/integration-react/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@
"license": "Apache-2.0",
"version": "0.0.3",
"module": "build/esm/index.js",
"main": "build/cjs/index.js",
"types": "build/types/index.d.ts",
"peerDependencies": {
"@openfeature/web-sdk": "^0.4.0",
Expand Down

0 comments on commit 71526f7

Please sign in to comment.