Facebook's Little Kid

[FONT=Verdana]Esteemed tech gurus, naomba usaidizi.

I was late jumping onto the React Native bandwagon but I finally did it. React Native is a coding framework made by Facebook that has spawned some of the most beautiful apps in recent times. Attached is a sample layout:[/FONT][ATTACH=full]116926[/ATTACH]

[FONT=Verdana]After seeing how it has won praises and applauds from left, right and centre, I was more than eager to try it out. I tried to get my Node to download React Native but imekataa.[/FONT]
[ATTACH=full]116927[/ATTACH]
[SIZE=3]Working with Ionic was a breeze.[/SIZE]
[FONT=Tahoma]I have searched deep in the interwebs, rolled on the floor and offered a hen as sacrifice to the 1010101 gods but sijapata solution. I’m here sending an SOS to anyone who can help me. Thank you in advance and good day kwa wenye wamepitia tu.[/FONT]

I think you first need to install node.js so that you can use npm to set up the react packages.
get it from here

https://nodejs.org/en/download/

then follow these instructions.

https://facebook.github.io/react-native/docs/getting-started.html

have you tried

curl “url” | sudo sh

without the options

1 Like

Thanks for the reply

I already have their latest version and that’s what I am using here

Already done that ndio nikapata error

Cardie mkuu unajua curl na pia wewe ni turn boy?

1 Like

niaje webdev

its good to diversify, muhindi anaweza leta kasheshe :smiley:

1 Like

This has worked on another system just now.
Thank you

2 Likes

you are welcome, glad i could be of help

1 Like

https://scontent.fnbo3-1.fna.fbcdn.net/v/t1.0-9/20525827_1428358440546363_1579772329162370337_n.jpg?oh=98ee3ca902e35a73133b6101e24356b8&oe=59F54783

1 Like

If anyone here has or knows of an experienced React Native engineer, there’s a job opening here : → https://okhi.recruiterbox.com/jobs/fk0mc8x/

2 Likes

How much are they paying, my rates are 4.5k an hour with a minimum of 7 hours a day.

I believe its a full time job. You should apply. They are a good crop of guys to work with.

1 Like

are you doing this on Windows?

1 Like

achana Na curl, use npm to install and manage your packages

1 Like

Thank you for this.
Workflow kwa Linux is really smooth, hapa kwa Windows ndio kuna glitches all over. But thank you.

so you are on Windows? I’ve used NodeJS and installed so many packages bila issue with npm.

Yes, I was using windows. Which location do your packages get stored at. I saw a stackoverflow discussion where NodeJS installs files into different paths depending on approach used.

it stores in User/Appdata/Roaming/npm/node_modules. If you are getting challenges, open the NodeJS command prompt that comes with NodeJs (you should find in the start menu under all programs) and run npm from there.

1 Like

actually, the trick is to install the packages globally with the -g flag

1 Like