Viewing profile — jesseruder
jesseruder
HN member- Joined
- Mon, Sep 26, 2016, 5:45 PM UTC
- HN karma
- 42
- Public activity
- 29 items
- HN profile
- View on Hacker News ↗
About jesseruder
No profile information was provided.
Recent public activity
-
comment
Comment #13870696
Definitely! http://www.reactnativeexpress.com/ uses it and it works really well for them.
-
comment
Comment #13870439
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.
-
comment
Comment #13870346
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.
-
comment
Comment #13870333
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.
-
comment
Comment #13870306
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 fo…
-
comment
Comment #13869843
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 gyrosco…
-
comment
Comment #13869781
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. Si…
-
comment
Comment #13869556
Oh the first example should be a heart that explodes when you touch it. Sounds like something went wrong loading it. Sorry about that.
-
comment
Comment #13869524
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.
-
comment
Comment #13869331
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. Th…
-
comment
Comment #13869233
Ah interesting point. Maybe we could make the overlay slightly more transparent?
-
comment
Comment #13869189
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/rJiYks…
-
comment
Comment #13869047
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
-
comment
Comment #13864956
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 …
-
comment
Comment #13864236
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 l…
-
comment
Comment #13862359
One of the big advantages is that you can develop for your iOS device using Linux or Windows.
-
comment
Comment #13861517
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…
-
comment
Comment #12591381
> 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 …
-
comment
Comment #12587461
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…
-
comment
Comment #12587067
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!
-
comment
Comment #12586654
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…
-
comment
Comment #12586624
We support taking images with the camera but no video yet: https://docs.getexponent.com/versions/latest/sdk/imagepicker... .
-
comment
Comment #12586609
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 …
-
comment
Comment #12586593
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.
-
comment
Comment #12584635
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