-
Notifications
You must be signed in to change notification settings - Fork 734
Typescript - RadioButton and RadioGroup #766
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
Conversation
@@ -0,0 +1,65 @@ | |||
import _ from 'lodash'; |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
For next migration, make sure to not delete and create new file but to make sure git just rename the files
(similar to how u did for RadioButton
file)
It's important for git log history of the files
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I reverted and renamed, but I think it just looks different in GitHub, I see the history locally, can you verify you do to?
import TouchableOpacity from '../touchableOpacity'; | ||
import View from '../view'; | ||
import Text from '../text'; | ||
import Image from '../image'; |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I think u can import as usual but just add //@ts-ignore
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
import Image from '../Image';
gives an error
I'm adding some comments in the PR where there's stuff that I'm unsure how to solve and if it should be changed.
Hopefully fixes #759