You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Today I used patch-package to patch @mobile-reality/react-native-select-pro@2.2.2 for the project I'm working on.
I was seeing frequent warnings in my console when activating the dropdown. Here's an example:
WARN initialScrollIndex "-1" is not valid (list has 2 items)
at VirtualizedList (http://127.0.0.1:8081/node_modules/expo/AppEntry.bundle//&platform=ios&dev=true&hot=false&lazy=true:75000:36)
at FlatList (http://127.0.0.1:8081/node_modules/expo/AppEntry.bundle//&platform=ios&dev=true&hot=false&lazy=true:74308:36)
at FlatOptionsList (http://127.0.0.1:8081/node_modules/expo/AppEntry.bundle//&platform=ios&dev=true&hot=false&lazy=true:155029:26)
at RCTView
at View (http://127.0.0.1:8081/node_modules/expo/AppEntry.bundle//&platform=ios&dev=true&hot=false&lazy=true:63539:43)
at AnimatedView (http://127.0.0.1:8081/node_modules/expo/AppEntry.bundle//&platform=ios&dev=true&hot=false&lazy=true:71247:62)
at OptionsListWrapper (http://127.0.0.1:8081/node_modules/expo/AppEntry.bundle//&platform=ios&dev=true&hot=false&lazy=true:155382:24)
at OptionsList (http://127.0.0.1:8081/node_modules/expo/AppEntry.bundle//&platform=ios&dev=true&hot=false&lazy=true:154903:59)
Hi! 👋
Firstly, thanks for your work on this project! 🙂
Today I used patch-package to patch
@mobile-reality/react-native-select-pro@2.2.2
for the project I'm working on.I was seeing frequent warnings in my console when activating the dropdown. Here's an example:
Here is the diff that solved my problem:
This issue body was partially generated by patch-package.
The text was updated successfully, but these errors were encountered: