maxs15 / maxs15/react-native-spinkit
Invariant Violation: Native Component component for "RNSpinkit" does not exist
Open
Nobody has claimed this yet.
- Dominant language
- Objective-C
- Stars
- 2.4k
- Forks
- 307
- PR merge metrics
- No merged PRs in 30d
Description
When i tried to use this module I get this Error "Invariant Violation: Native Component component for "RNSpinkit" does not exist"
Here is my code:
import React from 'react';
import { View,Text,TouchableOpacity} from 'react-native';
import styles,{colors} from './styles/style'
import Spinner from 'react-native-spinkit'
export default class App extends React.Component {
render() {
return (
<View style={styles.container}>
<View>
<Spinner isVisible={true} size={100} type='Wave' color='white'/>
</View>
</View>
);
}
}
Contributor guide
No contributing guide indexed for this repository
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
Start by reproducing the error from the reported import of react-native-spinkit and the App component using the shown Spinner configuration. Check the native-module integration path for RNSpinkit and compare the setup with the package's expected usage; the issue is done when the component loads without the reported invariant violation.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- react-native
- Domain
- mobile
- Issue type
- Bug
- Difficulty
- 3/5
- Estimated time
- 1-2 days
- Activity status
- Stale
- Clarity
- Needs clarification
- Newbie friendliness
- 25/100