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

使用 taro 编译出来的RN代码如何在 react-native init xxx 命令生成的项目中使用 #1893

Closed
jnotnull opened this issue Jan 11, 2019 · 8 comments
Assignees

Comments

@jnotnull
Copy link

jnotnull commented Jan 11, 2019

taro 用的是 create-react-native-app xx 生成 RN 代码,使用 expo 来作为开发工具。我怎么能在 react-native init xxx 命令生成的项目中复用这部分 RN 代码?

当前的场景是:有一部分原生的逻辑需要使用原生 Java 来做,而另一部分则交给 RN 来做,它们共用一个 APP。

@taro-bot
Copy link

taro-bot bot commented Jan 11, 2019

欢迎提交 Issue~

如果你提交的是 bug 报告,请务必遵循 Issue 模板的规范,尽量用简洁的语言描述你的问题,最好能提供一个稳定简单的复现。🙏🙏🙏

如果你的信息提供过于模糊或不足,或者已经其他 issue 已经存在相关内容,你的 issue 有可能会被关闭。

Good luck and happy coding~

@taro-bot
Copy link

taro-bot bot commented Jan 11, 2019

CC @Pines-Cheng

@Pines-Cheng
Copy link
Contributor

如果有好的想法,可以沟通一下。@jnotnull

@jnotnull
Copy link
Author

jnotnull commented Jan 22, 2019

当前我的做法比较简单,在生成 expo 工程后,直接使用 exp detach 做了分离。这样就和 expokit 彻底绑定了,也不方便移植代码。
最好的做法是脱离 expokit,生成纯 RN 的安卓代码。

@Pines-Cheng
Copy link
Contributor

其实照你这么做的话,expo 反而是累赘了。

@jnotnull
Copy link
Author

是啊,所以不想用 expo 相关的东东,希望能直接生成纯 RN 的安卓代码

@jnotnull
Copy link
Author

hoho https://feathub.com/NervJS/taro/+11 投了一票

@Pines-Cheng
Copy link
Contributor

expo 依赖已移除,集成方式同 React Native : 集成到现有原生应用

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

3 participants