Skip to content

Commit

Permalink
fix add missed borderRadiusObject for rectangle and keep
Browse files Browse the repository at this point in the history
  • Loading branch information
xcarpentier committed Aug 31, 2020
1 parent d03947f commit 9d7c544
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion App.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -99,7 +99,7 @@ const AppContent = () => {
{Platform.OS !== 'web' ? (
<TourGuideZoneByPosition
zone={1}
shape={'rectangle'}
shape={'rectangle_and_keep'}
isTourGuide
top={191}
left={88}
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "rn-tourguide",
"version": "2.6.0",
"version": "2.6.1",
"description": "Make an interactive step by step tour guide for your react-native app (a rewrite of react-native-copilot)",
"main": "node_modules/expo/AppEntry.js",
"types": "lib/index.d.ts",
Expand Down
1 change: 1 addition & 0 deletions src/utilities.ts
Original file line number Diff line number Diff line change
Expand Up @@ -219,6 +219,7 @@ const getInterpolator = memoize(
size: sizeOffset(size, maskOffset),
position: positionOffset(position, maskOffset),
borderRadius,
borderRadiusObject,
}),
],
optionsKeep,
Expand Down

0 comments on commit 9d7c544

Please sign in to comment.