This repository has been archived by the owner on Sep 28, 2021. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 282
is it need to build? #40
Comments
"tsc index.ts" failed bash-3.2$ tsc index.ts |
"tsc index.ts --jsx react" is right. I guessed "tsc index.ts --jsx". New problem while compiling |
You can see develop document here. |
I will update development docs soon as part of #129 |
Closing this issue, dev docs will be improved when #131 closes. |
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
I used react-native-image-zoom in react native project.
I modified image-zoom/image-zoom.component.tsx and reload it from top view. but what I see from this url (http://127.0.0.1:8081/index.ios.bundle?platform=ios&dev=true&minify=false), is the original source of react-native-image-zoom.
I'd like to know if it needed to build after modification? As I see build folder in the source dictionary.
And how to build it? "tsc index.ts"?
The text was updated successfully, but these errors were encountered: