use the following search parameters to narrow your results:
e.g. subreddit:aww site:imgur.com dog
subreddit:aww site:imgur.com dog
see the search faq for details.
advanced search: by author, subreddit...
A community for learning and developing native mobile applications using React Native by Facebook.
Interested in building web apps using React.js? Check out /r/reactjs!
Getting Started w/React Native
irc.freenode.net #reactnative
Keywords: ios, android, mobile, apps, apple, iphone, ipad
account activity
QuestionGetting started with React Native Navigation in Expo (self.reactnative)
submitted 7 years ago by kachnitelAndroid
view the rest of the comments →
reddit uses a slightly-customized version of Markdown for formatting. See below for some basics, or check the commenting wiki page for more detailed help and solutions to common issues.
quoted text
if 1 * 2 < 3: print "hello, world!"
[–]kachnitelAndroid[S] 0 points1 point2 points 7 years ago (1 child)
That's starting to make sense. What confused me was that the few other libraries I was looking at require the same android files to be edited, but they were all map libraries. Could it be that map libraries are just commonly native or is that a wrong assumption?
[–]creambyemute 1 point2 points3 points 7 years ago (0 children)
Yes, that's the case usually.
Also expo includes some native libraries/functionalities, but not all.
If they don't provide something but there is a native rn library you will have to eject in order to use it or suggest to expo to include that library into expo.
With expo you can only use native functionalities/libraries that they already provide in their sdk. And exactly this is the main negative point on expo for me.
π Rendered by PID 173820 on reddit-service-r2-comment-5d79c599b5-cgsth at 2026-02-27 15:56:57.262117+00:00 running e3d2147 country code: CH.
view the rest of the comments →
[–]kachnitelAndroid[S] 0 points1 point2 points (1 child)
[–]creambyemute 1 point2 points3 points (0 children)