-
Notifications
You must be signed in to change notification settings - Fork 535
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
Having difficulty using JeelizThreejsHelper in ReactApp #137
Comments
I solved it setting in webpack.config.js
|
If somebody want to submit a PR with a React (or Vue or Angular) boilerplate it would be accepted for sure :). Waiting this I will group the tickets relative to React integration and link them from the readme. |
@AnastasiiaaaaM I am using a create-react app. I do not have webpack.config.js. How do I use your suggestion? |
@AnastasiiaaaaM If its possible for you to publish your code for your React app, that'll be very helpful. thanks |
@DINESHBD I'll do it a bit later. |
Hi, I have added a section about using this lib with bundlers like Webpack: I wish it will help |
Thanks @xavierjs @AnastasiiaaaaM I'll work on these suggestions. |
is it possible to use jeeliz on an expo react-native project? |
We don't handle react-native. This lib is for the web. |
I am integrating the demo "football_makeup" in a react app. It requires JeelizThreejsHelper. After I use "import * as THREE from 'three' " , I get the error:- "export 'JeelizHelper' (imported as 'THREE') was not found in 'three' ". What should I do? In the file JeelizThreejsHelper.js, I am using "export default THREE" at the bottom. Please help thanks!
The text was updated successfully, but these errors were encountered: