react-native-popover-ios
Advanced tools
Comparing version 0.0.4 to 0.1.0-rc1
{ | ||
"name": "react-native-popover-ios", | ||
"version": "0.0.4", | ||
"version": "0.1.0-rc1", | ||
"description": "A native popover component for react-native, iOS only.", | ||
@@ -5,0 +5,0 @@ "main": "index.js", |
@@ -18,2 +18,3 @@ # react-native-popover-ios | ||
* [sourceViewTag](#sourceviewtag) | ||
* [sourceViewGetterTag](#sourceviewgettertag) | ||
* [sourceRect](#sourcerect) | ||
@@ -111,2 +112,8 @@ * [permittedArrowDirections](#permittedarrowdirections) | ||
### sourceViewGetterTag | ||
> tag for the native view getter which containing the anchor rectangle for the popover. | ||
default: -1 | ||
### sourceRect | ||
@@ -113,0 +120,0 @@ |
@@ -61,2 +61,6 @@ import React, { Component, Children } from 'react'; | ||
/** | ||
* The `sourceViewGetterTag` prop is the tag of The view getter which containing the anchor rectangle for the popover | ||
*/ | ||
sourceViewGetterTag: PropTypes.number, | ||
/** | ||
* The `sourceRect` prop is the rectangle in the specified view in which to anchor the popover. | ||
@@ -93,2 +97,3 @@ */ | ||
sourceViewTag: -1, | ||
sourceViewGetterTag: -1, | ||
sourceViewReactTag: -1 | ||
@@ -95,0 +100,0 @@ }; |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
233518
417
204