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

Icon.js File Update According To New Syntax #5

Closed
adeelibr opened this issue Nov 23, 2016 · 2 comments
Closed

Icon.js File Update According To New Syntax #5

adeelibr opened this issue Nov 23, 2016 · 2 comments

Comments

@adeelibr
Copy link

import React, { Component, Text } from 'react-native';

should be
import React, { Component } from 'react';
import { Text } from 'react-native';

@alinz
Copy link
Owner

alinz commented Jan 12, 2017

@adeelibr send me a PR for this.

@alinz
Copy link
Owner

alinz commented Feb 20, 2018

it's been fixed. closing this issue

@alinz alinz closed this as completed Feb 20, 2018
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

2 participants