<InstagramLogin
ref={ref => (this.instagramLogin = ref)}
appId='*************'
appSecret='*****************'
responseType={'token'}
redirectUrl='https://www.google.com'
scopes={['user_profile', 'user_media']}
onLoginSuccess={this.setIgToken}
onLoginFailure={(data) => console.log(data)}
cacheEnabled={false}
incognito={true}
thirdPartyCookiesEnabled={false}
sharedCookiesEnabled={false}
domStorageEnabled={false}
/>