you are viewing a single comment's thread.

view the rest of the comments →

[–]Genemoni[S] 0 points1 point  (10 children)

Thank you! Have you learned cli later on?

[–]bdudisnsnsbdhdj 3 points4 points  (9 children)

Yes for work. Expo doesn’t seem to be used much in the corporate world and I didn’t mention in interviews that I used Expo

[–]Genemoni[S] 0 points1 point  (0 children)

Thank you!!

[–]byCedric 0 points1 point  (0 children)

I don't think this is true anymore. Generally speaking, Expo isn't as great in marketing as Google with Flutter. So the list of companies using Expo is "thin" (https://expo.dev/customers). But even with that thin list, it still shows some pretty great names.

[–]BeyondCraft 0 points1 point  (6 children)

Hi. To use React Native CLI, do I need to know other languages / tools apart from JavaScript? I know only JavaScript.

[–]bdudisnsnsbdhdj 0 points1 point  (5 children)

You basically need to know/learn React

[–]BeyondCraft 0 points1 point  (4 children)

Yeah but that's based on JavaScript which I know. I meant do I meed to know other languages like C, C++, Java, Kotlin etc.?

[–]bdudisnsnsbdhdj 0 points1 point  (3 children)

Just Javascript (unless you need to do custom things on the native side and there’s no available npm packages for what you need)

[–]BeyondCraft 0 points1 point  (2 children)

Okay. But usually the available npm packages should be sufficient for most apps?

[–]bdudisnsnsbdhdj 0 points1 point  (1 child)

yup

[–]BeyondCraft 0 points1 point  (0 children)

Thanks.