Seishin's Life
  • Home
  • About Me
Sign in Subscribe

configuration

🖊️ Let's add custom fonts to a React Native App!

🖊️ Let's add custom fonts to a React Native App!

It's fairy simple... :) STEP 1: Create a new file in your RN project's root dir with name react-native.config.js and content: module.exports = { project: { ios: {}, android: {}, }, assets: ['./assets/fonts'] }; STEP 2: Now, if you're exporting for Android, go to: $PROJECT_ROOT/android/app/src/main/assets/fonts and
Atanas Dimitrov Nov 2, 2019
Android Studio and files with size larger than 2.44MB

Android Studio and files with size larger than 2.44MB

Today I will share with you an interesting case I had just a few moments ago... Problem I noticed that message but continued working till the moment I opened a class that imports the big sized one. For no reason, the problematic file couldn't be found and imported... Then I
Atanas Dimitrov Oct 10, 2018
Multiple domains pointing to a single IP running Nginx

Multiple domains pointing to a single IP running Nginx

In this article I will try to help you to setup multiple domains to point to a single Nginx server running multiple local servers. Step 1: We have to install the Nginx server. I will use an Ubuntu machine: $ sudo apt-get update $ sudo apt-get install nginx Step 2: Now we
Atanas Dimitrov Oct 7, 2018
Setup a domain and Ghost blog running on Heroku

Setup a domain and Ghost blog running on Heroku

Yesterday I decided to start blogging and chose this cool blog (Ghost) and bought a domain that would point to my Heroku app. I tried to do the deploy by myself but there was numerous problems when deploying the app to Heroku and also I didn't have enough time to
Atanas Dimitrov Sep 20, 2017

Subscribe to Seishin's Life

Don't miss out on the latest news. Sign up now to get access to the library of members-only articles.
  • Sign up
Seishin's Life © 2023. Powered by Ghost