Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/FuYaoDe/react-native-app-intro
/ functions
Functions
9 in github.com/FuYaoDe/react-native-app-intro
⨍
Functions
9
◇
Types & classes
5
↓ 2 callers
Function
RenderDots
(index, total, props)
components/Dots.js:28
Function
Dot
({ styles, dotColor, activeDotColor, active })
components/Dots.js:7
Function
constructor
(props)
AppIntro.js:108
Function
constructor
(props)
Example/AppIntro.js:108
Method
getMainComponentName
Returns the name of the main component registered from JavaScript. This is used to schedule rendering of the component.
Example/android/app/src/main/java/com/example/MainActivity.java:16
Method
getPackages
A list of packages used by the app. If the app uses additional views or modules besides the default ones, add more packages here.
Example/android/app/src/main/java/com/example/MainActivity.java:34
Method
getUseDeveloperSupport
Returns whether dev mode should be enabled. This enables e.g. the dev menu.
Example/android/app/src/main/java/com/example/MainActivity.java:25
Function
if
(Platform.OS === 'ios')
AppIntro.js:312
Function
if
(Platform.OS === 'ios')
Example/AppIntro.js:312