wheresmyesckey
wheresmyesckey
wheresmyesckey
19 posts
Currently not at /home
Don't wanna be here? Send us removal request.
wheresmyesckey · 5 years ago
Link
0 notes
wheresmyesckey · 5 years ago
Link
0 notes
wheresmyesckey · 5 years ago
Text
JS Destructuring
Pretty interesting way of getting values of fields from objects. MDN
0 notes
wheresmyesckey · 5 years ago
Link
0 notes
wheresmyesckey · 5 years ago
Link
2 notes · View notes
wheresmyesckey · 6 years ago
Link
0 notes
wheresmyesckey · 6 years ago
Link
0 notes
wheresmyesckey · 6 years ago
Link
0 notes
wheresmyesckey · 6 years ago
Link
0 notes
wheresmyesckey · 6 years ago
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
Tumblr media
Next open the android folder (project_name/android) in Android Studio
Tumblr media
Check that your <project_name> is selected on the left sidebar, then go to Refactor, and click Migrate to Android X.
Tumblr media
After confirmation of a backup and selecting Migrate, click Do Refactor in the bottom area.
Tumblr media
And that should be the migration done without any errors. Now to make react-native-fbsdk work again... sigh.
0 notes
wheresmyesckey · 6 years ago
Link
0 notes
wheresmyesckey · 6 years ago
Link
Interesting ways of 'faking' the user.
0 notes
wheresmyesckey · 6 years ago
Text
MX Records for O365
domain-com.mail.protection.outlook.com
replace domain-com with your domain.com
0 notes
wheresmyesckey · 6 years ago
Link
0 notes
wheresmyesckey · 6 years ago
Link
Props vs. State
0 notes
wheresmyesckey · 6 years ago
Link
The setState headache.
0 notes
wheresmyesckey · 6 years ago
Link
Why Firebase scares me.
0 notes