Skip to content

Commit

Permalink
fix: react native crash with reanimated (#1691)
Browse files Browse the repository at this point in the history
  • Loading branch information
chaitanyadeorukhkar authored Oct 12, 2023
1 parent 8d2105a commit f38f7c0
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 5 deletions.
5 changes: 5 additions & 0 deletions .changeset/early-clocks-fold.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
"@razorpay/blade": patch
---

fix: react native crash with reanimated
1 change: 0 additions & 1 deletion packages/blade/.babelrc.js
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,6 @@ const configs = {
runtime: 'automatic',
},
],
'react-native-reanimated/plugin',
],
},
},
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -460,7 +460,7 @@ exports[`<BottomSheet /> should compose with DropdownButton 1`] = `
data-blade-component="base-box"
>
<button
aria-controls="dropdown-506-actionlist"
aria-controls="dropdown-507-actionlist"
aria-expanded="false"
aria-haspopup="menu"
class="c1"
Expand Down Expand Up @@ -560,7 +560,7 @@ exports[`<BottomSheet /> should compose with DropdownButton 1`] = `
data-blade-component="action-list-item"
data-index="0"
data-value="approve"
id="dropdown-506-0"
id="dropdown-507-0"
role="menuitem"
tabindex="-1"
type="button"
Expand Down Expand Up @@ -601,7 +601,7 @@ exports[`<BottomSheet /> should compose with DropdownButton 1`] = `
data-blade-component="action-list-item"
data-index="1"
data-value="in-progress"
id="dropdown-506-1"
id="dropdown-507-1"
role="menuitem"
tabindex="-1"
type="button"
Expand Down Expand Up @@ -642,7 +642,7 @@ exports[`<BottomSheet /> should compose with DropdownButton 1`] = `
data-blade-component="action-list-item"
data-index="2"
data-value="reject"
id="dropdown-506-2"
id="dropdown-507-2"
role="menuitem"
tabindex="-1"
type="button"
Expand Down

0 comments on commit f38f7c0

Please sign in to comment.