Code Monkey home page Code Monkey logo

Comments (4)

Simek avatar Simek commented on May 26, 2024 1

Hello @jpudysz, thanks for the feedback. πŸ‘

A bit more on that topic can be found on the Expo doc page about using libraries, but TL/DR:

Any library that is compatible with React Native is compatible with the Expo project when you create a development build. However, it may not be compatible with the Expo Go app.

And this is a reason why "Expo Go" flag exist, and there is no "Expo" flag, since when using development client (which is the recommended workflow for a while), every module which support one, or both, of native platforms will work with Expo. This means that we would need to add "Expo" label to nearly every library (besides some out-of-tree only cases) which is listed in the directory, which we believe would not improve the clarity.

We also believe that nowadays Expo users can simplify the thinking of compatibility to "if this library works with React Native? yes? than it will work with Expo" from a bit more complicated days of eject and managed flow. πŸ˜‰

from directory.

jpudysz avatar jpudysz commented on May 26, 2024 1

Got it!

Then, IMO "Expo" metadata should resolve to the "Expo" label, not "Expo Go" πŸ˜…

You mentioned that every library compatible with React Native is also compatible with Expo, but it might not be compatible with Expo Go.

If something may not be compatible with a subset of apps, I would use the generic label "Expo" to let the user discover its availability. Otherwise, setting "Expo" metadata to true and presenting it as "Expo Go" might be misleading, even though it’s accurate for dev clients.

from directory.

Simek avatar Simek commented on May 26, 2024

We have shipped the flag rename, so it now reflect the actual meaning of it a bit clearer, hope this helps with confusion.

Also thank you so much for pointing this out, and an interesting discussion which lead to those changes. πŸ™

If there are anything else you see we can improve, feel free to open an another issue!

from directory.

jpudysz avatar jpudysz commented on May 26, 2024

Wow @Simek what a massive PR πŸ”₯ thank you for considering my proposal!

from directory.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    πŸ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. πŸ“ŠπŸ“ˆπŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❀️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.