We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Hi, this project is pretty nice :)
I think that changing it to typescript and adding types would make this project even better
The text was updated successfully, but these errors were encountered:
I dont have much time to do it. Feel free to create a pull request. I really appreciate it.
Sorry, something went wrong.
Hi everyone, add to declarations.d.ts
declare module 'react-native-instagram-login' { import * as React from 'react' interface InstagramLoginProps { ref: React.RefObject<any> appId: string appSecret: string redirectUrl: string scopes: string[] onLoginSuccess?: (data?: { access_token: string; user_id: number }) => void onLoginFailure?: (error: string) => void modalVisible?: boolean responseType?: string containerStyle?: object wrapperStyle?: object closeStyle?: object } export default class InstagramLogin extends React.Component<InstagramLoginProps> {} }
No branches or pull requests
Hi, this project is pretty nice :)
I think that changing it to typescript and adding types would make this project even better
The text was updated successfully, but these errors were encountered: