react-native-step-indicator
react-native-step-indicator copied to clipboard
Import syntax for typescript.
What is the correct way to import StepIndicator
?
import StepIndicator from "react-native-step-indicator";
and import * as StepIndicator from "react-native-step-indicator";
not work. It says Property render is missing
. Changing this line to import * as React from "react"
work.
this my code
import StepIndicator, {StepIndicatorStyles} from 'react-native-step-indicator'