react-native-boxes 1.3.25 → 1.3.26

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (2) hide show
  1. package/package.json +1 -1
  2. package/src/Modal.tsx +1 -1
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "react-native-boxes",
3
- "version": "1.3.25",
3
+ "version": "1.3.26",
4
4
  "description": "A react native library for rapid development of UI using boxes",
5
5
  "main": "src/index.js",
6
6
  "scripts": {
package/src/Modal.tsx CHANGED
@@ -491,7 +491,7 @@ export function ConfirmationDialog(props: ConfirmationDialogProps) {
491
491
  }
492
492
 
493
493
 
494
- export default function WebBrowserView(props: {
494
+ export function WebBrowserView(props: {
495
495
  url: string,
496
496
  title?: string,
497
497
  openMessage?: string,