New Know How
To begin customizing your site go to Appearance -> Customizer and select Theme Options. Here's you'll find custom options to help build your site.
To begin customizing your site go to Appearance -> Customizer and select Theme Options. Here's you'll find custom options to help build your site.
To add a slider go to Theme Options -> Homepage and choose page slider. The slider will use the page title, excerpt and featured image for the slides.
To add featured content go to Theme Options -> Homepage (Featured) and turn the switch on then add the content you want for each section.
If you’re running your app in one of Xcode’s simulators, then the Realm files are stored in your Mac’s file system. They’re typically somewhere along the lines of ~/Library/Developer/CoreSimulator/Devices/???????/data/Containers/Data/Application/???????/Documents/mongodb-realm/???????/????????/???????.realm. While my app’s in development, I’ll normally print the location of a Realm’s file whenever I open it. Don’t worry if you’re not explicitly opening your
There is no dedicated library to upload files to Azure blob storage from react native. So, we have to use REST API for Azure blob storage. We will be using SAS to authorize our requests and RNFS library to upload the file. Above code will work. There may be some JS syntax error, but logically
Chinese government has made the rule stricter for android apps. So, you have to declare everything sensitive that your app access to the user in the privacy policy at app launch. If you try to access anything sensitive before user accepts the privacy policy, then your app will most likely be rejected. So, we faced
If you have installed the ruby using Homebrew, then you need to add the following in ~/.zshrc file to make it available in zsh terminal. Cheers and Peace out!!!
The exact default location of ADB installation is: You can it to your environment variables for easy access in command line prompt. It could be different if you have changed your directories for tool installation. More at: Android Debug Bridge (adb) | Android Studio | Android Developers Cheers and Peace out!!!
Use the following patch to secure the webview if you are using the ‘react-native-screens’ package.
To allow the test tools to select the UI components in the app for automation of testing, we need to give a testId to each element. You use the following method to maintain it: Define a file with ids that you will giving and a helper function which will return the needed props: Now you
This is an example for accessing a path on server from local network. Could be useful if you just want to list files and download them on any device from server. Now just enter the IP and port of the server in browser e.g. 192.168.1.122:9091, and you will presented with the list of files in
The problem is we don’t want to maintain the translations at two places. One in ‘.json’ files in Javascript and other in ‘xx.lproj/InfoPlist.strings’ files. The following code will help you auto copy the permissions. You may need to modify it somewhat. Cheers and Peace out!!!
It should not have happened, but it happened. I moved my database to a new MySQL server and I was not able to create new posts. WordPress was showing a error saying “This site has a critical error. Please check the email”. I was also not getting email because of some issue. So to find