Text
JS Destructuring
Pretty interesting way of getting values of fields from objects. MDN
0 notes
Text
Migrating to Android X (even though I didn’t want to)
My project was using React Native 0.59, and after having to run ‘npm audit fix’ my project suddenly got updated to 0.60.4. After lots of tears this is what worked for me finally.
Open the gradle.properties file and add in the two lines as shown here
android.useAndroidX=true
android.enableJetifier=true
Next open the android folder (project_name/android) in Android Studio
Check that your <project_name> is selected on the left sidebar, then go to Refactor, and click Migrate to Android X.
After confirmation of a backup and selecting Migrate, click Do Refactor in the bottom area.
And that should be the migration done without any errors. Now to make react-native-fbsdk work again... sigh.
0 notes
Text
MX Records for O365
domain-com.mail.protection.outlook.com
replace domain-com with your domain.com
0 notes