We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
I need a component (modal?) where users can select which map layers should be displayed.
I need a selectable list that also has drag and drop sorting functionality.
Slider
Use redux for state to keep track of layer ordering?
Inside Map, I need to figure out how to change ordering based on state. Especially aboveLayerID when one is resorted to be on top of the other.
Map
aboveLayerID
The text was updated successfully, but these errors were encountered:
https://medium.com/better-programming/how-to-highlight-and-multi-select-items-in-a-flatlist-component-react-native-1ca416dec4bc
Sorry, something went wrong.
For now just disregard ordering of layers and only include functionality to turn on and off.
No branches or pull requests
I need a component (modal?) where users can select which map layers should be displayed.
Select layers
I need a selectable list that also has drag and drop sorting functionality.
Opacity slider
Slider
component from react-native-elements is more updatedConnect to the Map component
Use redux for state to keep track of layer ordering?
Inside
Map
, I need to figure out how to change ordering based on state. EspeciallyaboveLayerID
when one is resorted to be on top of the other.The text was updated successfully, but these errors were encountered: