你能给我推荐一个模块,它允许在 react-native 中显示用户应用程序的功能吗?

Can you suggest me a module which allows to show user app's features in react-native?

有没有人知道允许向用户展示我们应用程序的使用的模块? 我知道但是我没有找到它...!

你需要介绍滑块之类的东西吗?

在这种情况下,您可以使用 react-native-app-intro-slider

在此处查看详细信息

https://github.com/Jacse/react-native-app-intro-slider

编辑

在这种情况下,您可以使用 react-native-copilot

Details

Demo

有不同的实现方式。其中之一是使用 localStorage.setItem()localStorage.getItem()。例如,您可以有一个变量 showInstruction 并将其值设置为 true。应用程序启动时,通过localStorage.getItem()检查变量,如果为假,则跳过Modal(指令),如果为真,则向用户显示Modal。请记住,在说明结束时,您应该将 showInstruction 设置为 false,以在每次按 localStorage.setItem().

启动应用程序时停止显示模态