Skip to content

Commit

Permalink
fix android build
Browse files Browse the repository at this point in the history
  • Loading branch information
sergeymild authored Dec 5, 2023
1 parent ecbd4b1 commit 0cdd3dc
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions android/src/main/java/com/jsiviewhelpers/Scroller.kt
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@ import com.facebook.react.uimanager.UIManagerHelper
import com.facebook.react.uimanager.util.ReactFindViewUtil
import com.facebook.react.views.scroll.ReactHorizontalScrollView
import com.facebook.react.views.scroll.ReactScrollView
import com.facebook.react.views.swiperefresh.ReactSwipeRefreshLayout

object Scroller {
fun findView(context: ReactContext?, viewId: Int): View? {
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": "react-native-jsi-view-helpers",
"version": "1.0.2",
"version": "1.0.3",
"description": "React Native Jsi view helpers",
"main": "src/index",
"module": "src/index",
Expand Down

0 comments on commit 0cdd3dc

Please sign in to comment.