Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

This plugin not working on react-native 0.62.2 #4

Open
hkaracaoglu opened this issue Jul 17, 2020 · 0 comments
Open

This plugin not working on react-native 0.62.2 #4

hkaracaoglu opened this issue Jul 17, 2020 · 0 comments

Comments

@hkaracaoglu
Copy link

There is no error. Page is opening without any error. There is no loader. Just not working.

React : 16.11.0
React-Native: 0.62.2

My code is below:

import React, { Component, useState, useRef } from 'react';
import {
  StyleSheet,
  View  
} from 'react-native';
import Loading from 'react-native-whc-loading';

const SignUp = ({navigation}) => { 

  return (
<View style={styles.container}>
<Loading show={true} />
</View>
);
}

export default SignUp;
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant