Definitely! http://www.reactnativeexpress.com/ uses it and it works really well for them.
We just deployed a change to make the modal overlay more transparent. Hopefully this will make it more obvious that there's an editor underneath the modal.
That's a great idea! We need to add an accounts system before we can do that, but I'll add that to our list.
If you click save and then re-scan the QR code, that url should work without the webpage open. Let me know if it doesn't work.
I think right now it makes sense for us to be separate from React Native. Adding all of these libraries adds QA overhead and if Facebook doesn't use them internally it'd be hard for them to keep them up to date. In…
Those examples are using this library: https://github.com/necolas/react-native-web. It's really fast but the downside is that you can't use any native APIs, so things like gyroscope and push notifications won't work.…
There's this project: https://github.com/necolas/react-native-web that's similar to what you're describing. The downside is that you don't have access to any of the native APIs. Since we have an actually app we're able…
Oh the first example should be a heart that explodes when you touch it. Sounds like something went wrong loading it. Sorry about that.
Well you either need to scan or click the "Preview" button to open up Appetize. We thought it'd be good to push people towards the mobile apps since they have better performance.
Those are all really good points. We wanted to push people to download the apps because the performance is so much better than Appetize, but maybe that's not the right tradeoff. Thanks for letting me know the OpenGL…
Ah interesting point. Maybe we could make the overlay slightly more transparent?
Thanks! I really like how shadertoy show previews of each shader. Maybe that's something we could add eventually. Also - you can use OpenGL with this: https://sketch.expo.io/rJiYksBse
Here's an example we made using the Animated library: https://sketch.expo.io/HyobXP7oe And a basic SVG example: https://sketch.expo.io/H1ucC8Xsg
Yes a lot of times the issue is that libraries only support certain version of React Native, so for certain sets of libraries there are no versions of React Native compatible with all of them. Expo has audio…
Hey I work on Expo - this is one of the big pain points we're trying to improve. Since Expo is responsible for the native code in these apps we can do the work of keeping all the libraries up to date. You're just…
One of the big advantages is that you can develop for your iOS device using Linux or Windows.
Like dikaiosune said, the standalone app workflow isn't part of CRNA. The scripts used by the build servers are open sourced though: https://github.com/exponent/exponent#standalone-apps
> I suggest NativeScript as an alternative that's very similar in scope but far more mature NativeScript has been around longer than React Native (at least for Android), but going by Github activity (not the greatest…
Some of these issues don't apply to Exponent: > if you have native libraries for x86 or arm 64 in your app it immediately breaks it completely We handle all the native code for you, so you'll never hit this. > half the…
We're planning on doing an AppImage for Linux since we're using Electron Builder (https://github.com/electron-userland/electron-builder). Just haven't had time for it yet!
Ah sorry, misread your comment. The dev tools will run on Windows 10, but the client apps won't. The client apps run on iOS and Android and the dev tools run on macOS, Windows, and Linux.
We support taking images with the camera but no video yet: https://docs.getexponent.com/versions/latest/sdk/imagepicker....
card.io isn't supported right now, but it's definitely on our list! If you want to use it right now you can send us a PR or just maintain a fork of our clients. We have some plans to allow custom native modules without…
We don't support Windows Phone - just iOS and Android. Android tablets should work. We don't have native iPad support but we're planning on adding it.
We don't have a binary for Linux yet (keep meaning to do it, want to get to it soon) but building from source works! https://github.com/exponentjs/xde#build-from-source
Definitely! http://www.reactnativeexpress.com/ uses it and it works really well for them.
We just deployed a change to make the modal overlay more transparent. Hopefully this will make it more obvious that there's an editor underneath the modal.
That's a great idea! We need to add an accounts system before we can do that, but I'll add that to our list.
If you click save and then re-scan the QR code, that url should work without the webpage open. Let me know if it doesn't work.
I think right now it makes sense for us to be separate from React Native. Adding all of these libraries adds QA overhead and if Facebook doesn't use them internally it'd be hard for them to keep them up to date. In…
Those examples are using this library: https://github.com/necolas/react-native-web. It's really fast but the downside is that you can't use any native APIs, so things like gyroscope and push notifications won't work.…
There's this project: https://github.com/necolas/react-native-web that's similar to what you're describing. The downside is that you don't have access to any of the native APIs. Since we have an actually app we're able…
Oh the first example should be a heart that explodes when you touch it. Sounds like something went wrong loading it. Sorry about that.
Well you either need to scan or click the "Preview" button to open up Appetize. We thought it'd be good to push people towards the mobile apps since they have better performance.
Those are all really good points. We wanted to push people to download the apps because the performance is so much better than Appetize, but maybe that's not the right tradeoff. Thanks for letting me know the OpenGL…
Ah interesting point. Maybe we could make the overlay slightly more transparent?
Thanks! I really like how shadertoy show previews of each shader. Maybe that's something we could add eventually. Also - you can use OpenGL with this: https://sketch.expo.io/rJiYksBse
Here's an example we made using the Animated library: https://sketch.expo.io/HyobXP7oe And a basic SVG example: https://sketch.expo.io/H1ucC8Xsg
Yes a lot of times the issue is that libraries only support certain version of React Native, so for certain sets of libraries there are no versions of React Native compatible with all of them. Expo has audio…
Hey I work on Expo - this is one of the big pain points we're trying to improve. Since Expo is responsible for the native code in these apps we can do the work of keeping all the libraries up to date. You're just…
One of the big advantages is that you can develop for your iOS device using Linux or Windows.
Like dikaiosune said, the standalone app workflow isn't part of CRNA. The scripts used by the build servers are open sourced though: https://github.com/exponent/exponent#standalone-apps
> I suggest NativeScript as an alternative that's very similar in scope but far more mature NativeScript has been around longer than React Native (at least for Android), but going by Github activity (not the greatest…
Some of these issues don't apply to Exponent: > if you have native libraries for x86 or arm 64 in your app it immediately breaks it completely We handle all the native code for you, so you'll never hit this. > half the…
We're planning on doing an AppImage for Linux since we're using Electron Builder (https://github.com/electron-userland/electron-builder). Just haven't had time for it yet!
Ah sorry, misread your comment. The dev tools will run on Windows 10, but the client apps won't. The client apps run on iOS and Android and the dev tools run on macOS, Windows, and Linux.
We support taking images with the camera but no video yet: https://docs.getexponent.com/versions/latest/sdk/imagepicker....
card.io isn't supported right now, but it's definitely on our list! If you want to use it right now you can send us a PR or just maintain a fork of our clients. We have some plans to allow custom native modules without…
We don't support Windows Phone - just iOS and Android. Android tablets should work. We don't have native iPad support but we're planning on adding it.
We don't have a binary for Linux yet (keep meaning to do it, want to get to it soon) but building from source works! https://github.com/exponentjs/xde#build-from-source