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

Step-by-step walkthrough tooltip for your react native app

Results 144 react-native-copilot issues
Sort by recently updated
recently updated
newest added

This PR only works with copilot with `overlay: 'view'`. This is how we can use it: ``` const CopilotTouchableOpacity = walkthroughable(TouchableOpacity) ... ... ``` **note:** _since I think RTL is...

enhancement

**Current Behavior** ![Simulator Screen Shot - iPhone 11 - 2020-08-10 at 17 21 04](https://user-images.githubusercontent.com/10430745/89782491-cfd45880-db2e-11ea-86a3-40895a734c44.png) **Input Code** - REPL or Repo link if applicable: ```js /** * Sample React Native App...

**Current Behavior** `yarn install` then `yarn start` gives this error on phones and simulators ``` node_modules/expo/AppEntry.js: Cannot find module 'babel-plugin-transform-react-jsx-source' from '/Users/gothraven/ReactNativePlayground/react-native-copilot/example' - Did you mean "@babel/transform-react-jsx-source"? ``` **Environment** -...

c:/Users/.../node_modules/react-native-copilot/src/index.d.ts' is not a module.

Hello. Anyone know when to call start() function if i am using **react-navigation** **createBottomTabNavigator** and changing screens. I want to highlight different views on different screens that can be switch...

enhancement

**Current Behavior** Whenever start() has been called in Mount there is atleast 2 seconds delay for Walkthrough to appear. In this two seconds if we navigate to another screen, Walkthrough...

Now you can change color,size and position of arrow by passing an object. some props for arrow icon are added. arrowConfiguration: { color: 'red', arrowSize : 'large', position:'center' },

Fix [null is not an object issue #117](https://github.com/mohebifar/react-native-copilot/issues/117)

This is what I am trying but cannot do it it takes first value stored in the state but when state changes it does not change the value in the...

I am using `react navigation` library to manage navigation within my app.I am using this library to enable first time users to get to know the different features of my...