react-native-copilot icon indicating copy to clipboard operation
react-native-copilot copied to clipboard

CopiletStep prop name should not work when given dynamic data it only accepts strings please help me i am enterning dynamic data from JSON

Open kobagapu opened this issue 5 years ago • 1 comments

Current Behavior A clear and concise description of the behavior.

Input Code

  • REPL or Repo link if applicable:
var your => (code) => here;

Expected behavior/code A clear and concise description of what you expected to happen (or code).

Environment

  • Device: [e.g. iPhone 8 Simulator]
  • OS: [e.g. iOS12]
  • react-native-copilot: [e.g. v2.4.1]
  • react-native: [e.g. v0.57]
  • react-native-svg: [e.g. v7.1.0]

Possible Solution

Additional context/Screenshots Add any other context about the problem here. If applicable, add screenshots to help explain.

kobagapu avatar Feb 21 '20 05:02 kobagapu

<CopilotStep text="Please fill the profile completely" when give data dynamically using . states text = {this.state.profile} order={12}

kobagapu avatar Feb 21 '20 05:02 kobagapu