Does this support iPad and Android tablets? How about Windows tablet support?
Android tablets should work. We don't have native iPad support but we're planning on adding it.
61–70 of 119 posts
Does this support iPad and Android tablets? How about Windows tablet support?
Android tablets should work. We don't have native iPad support but we're planning on adding it.
Without support for native modules, is it at all possible to use something like card.io with Exponent? Also, are there any plans to allow plugins that make use of native modules in the way the core SDK uses them?
We have some plans to allow custom native modules without forking the client but that's probably a few months out. If you join our slack we'll let you know about any updates: https://slack.exponentjs.com/
Does it allow recording video from the camera?
Earlier quoted context omitted.
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.
I'm talking about Windows tablet , not Windows phone.
The video says you support Linux for XDE but I don't see[1] a build for it. [1] https://docs.getexponent.com/versions/v10.0.0/introduction/i...
For Linux, you have to build it from source. https://github.com/exponentjs/xde#build-from-source It's usually pretty smooth to do so.
Earlier quoted context omitted.
For Linux, you have to build it from source. https://github.com/exponentjs/xde#build-from-source It's usually pretty smooth to do so.
I think it would make sense to provide pre-build packages for few popular distros (Ubuntu, CentOS, Arch). There are some tools that make it much easier, i.e. fpm ( https://github.com/jordansissel/fpm ).
Once you get it running despite their poor support for Android CPUs in their native libraries, half the examples and half the dependencies on the web out there crash immediately because they decided you have to import React and Component from "react" instead of "react-native" now. And there's no stack trace at all when it crashes for that error since it crashes before the normal source map functionality that provides them. My company has hundreds of files being used by React Native on iOS, but they are unusable due to this, even hours of search and replace cannot fix it because it is still crashing out, probably due to one of a dozen dependencies. Similarly if you try to use react redux 4 you are screwed, only 3 is supported. Woe be to anyone who upgrades that dependency.
As a Java programmer who is used to compile time errors when something is wrong, React Native where it crashes constantly at runtime due to poor platform decisions like forcing developers to use a different package from earlier versions is a tough pill to swallow.