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
Current Behavior
A clear and concise description of the behavior.
hi
I'm start this library,
I had a problem following the tutorial
it is just type error, but i want fix it
what do i need to fix?
constCopilotText=walkthroughable(View);functionCreateMeetingRoomButton(){conststyles=useStyles();constgoToCreateMeetingScreen=useGoToCreateMeetingScreen(MeetingMode.create,);const{ start }=useCopilot();return(<Viewstyle={styles.buttonContainer}><Buttontext="시작"onPress={()=>start()}/><CopilotSteptext="this is a hello world example"order={1}name="hello"><CopilotTexttestID="gg"><IconButtonicon={{iconName: 'add',size: styles.buttonIcon.size,color: styles.buttonIcon.color,}}onPress={goToCreateMeetingScreen}style={styles.button}/></CopilotText></CopilotStep></View>);}
Expected behavior/code
A clear and concise description of what you expected to happen (or code).
Environment
Device: android emulator
OS: window, vscode
react-native-copilot: 3.2.0
react-native: 0.70.5
react-native-svg:13.4.0
Possible Solution
Additional context/Screenshots
Add any other context about the problem here. If applicable, add screenshots to help explain.
The text was updated successfully, but these errors were encountered:
Current Behavior
A clear and concise description of the behavior.
hi
I'm start this library,
I had a problem following the tutorial
it is just type error, but i want fix it
what do i need to fix?
Expected behavior/code
A clear and concise description of what you expected to happen (or code).
Environment
react-native-copilot
: 3.2.0react-native
: 0.70.5react-native-svg
:13.4.0Possible Solution
Additional context/Screenshots
Add any other context about the problem here. If applicable, add screenshots to help explain.
The text was updated successfully, but these errors were encountered: