react-native-modal-selector icon indicating copy to clipboard operation
react-native-modal-selector copied to clipboard

ModalSelector - useState Modification

Open k1nnx opened this issue 2 years ago • 0 comments

Problem

Using

  • Expo
  • React Native

Hello, whenever i am trying to call my setCurrentLabel function inside of the onChange function it does not update the label inside of the selector.

Code

image

Expected output:

The label changes in the modal, and the state gets updated.

Actual output:

The label does not change, therefore the useState cannot update because option is not updated.

This problem only arises when attempting to use a useState method.

I can confirm this is an issue with useState as setting the value manually using traditional javascript methods works just fine.

Working Code

image

Please don't hesitate to ask for more information regarding my use case, and source code.

k1nnx avatar Apr 01 '23 18:04 k1nnx