Skip to content

im-kaushal/Flipper-React-Native

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 

Repository files navigation

Flipper-React-Native

Kindly follow the below mentioned steps:

1. Dawnload & Extract Flipper
2. Run PowerShell as "Adminstrator"

3. Copy & paste the command mentioned below in power shell

Set-ExecutionPolicy Bypass -Scope Process -Force; [System.Net.ServicePointManager]::SecurityProtocol = [System.Net.ServicePointManager]::SecurityProtocol -bor 3072; iex ((New-Object System.Net.WebClient).DownloadString('https://chocolatey.org/install.ps1'))

PS: If chocolate is pre-installed in your device, Kindly delete it from

C:\ProgramData\chocolatey

4. Run

choco install openssl 

Restart your system
Open cmd prompt & Check if Open SSL is installed well

openssl version

5. Dawnload, Extract & save path in env variable Watchman

I hope you're all set! If still facing any chananges in the installation part, do let me know :)

HAPPY LEARNING !!!