Saturday, February 22, 2020

Reac Native 0.60 eror navigation gesture

null is not an object ( evaluating 'RNGestureHandlerModule.default.Direction')#676

bunny100 opened this issue on Jul 8, 2019 · 78 comments

Hi,
Please first run this command : npm uninstall react-native-gesture-handler --save
Second : npm install react-native-gesture-handler --save
Third : react-native link react-native-gesture-handler
Forth : npm start
Finally this is work :))
This work for me, thank you,
run well in ios and android, react navigation 5.x


Friday, January 31, 2020

Login server with SSH key

  1. Use the key to log in to the SSH client as shown in the following example, which loads the key in file deployment_key.txt, and logs in as user demo to IP 192.237.248.66:
       ssh -i deployment_key.txt demo@192.237.248.66
    
  2. When you are prompted to confirm the connection, type yes and then press Enter.
  3. If your SSH key requires a password, enter it when prompted to complete the connection.

Modifikasi pathname pada terminal linux menjadi lebih pendek

Bagi pengguna linux turunan ubuntu seperti ubuntu 16.04 yang saya gunakan, ada beberapa hal yang cukup membuat kita ribet dengan pathname pa...