Common Errors and Questions
Question: getting error on ‘react-native start’? SyntaxError: Invalid regular expression: /(.*\\__fixtures__\\.*|node_modules[\\\]react[\\\]dist[\\\].*|website\\node_modules\\.*|heapCapture\\bundle\.js|.*\\__tests__\\.*)$/: Unterminated character class at new RegExp () at blacklist (D:\demo\app-kindie\node_modules\metro-config\src\defaults\blacklist.js:34:10) It appears in \node_modules\metro-config\src\defaults\blacklist.js, there is an invalid regular expression that needed changed. You have to change the first expression under sharedBlacklist from: var sharedBlacklist = [ /node_modules[/\\]react[/\\]dist[/\\].*/, /website\/node_modules\/.*/, /heapCapture\/bundle\.js/, /.*\/__tests__\/.*/ ]; to var […]
Deployment
This section will guide how to config to push notification, crashlytic report and public the app to Google/Apple Store
Customization
This section will guide how to change the app logo, icons, splash screens
Mobile app structure
This section will help you to understand the mobile app source code structure for further development
Installing
This section will help you walk through the minimum step by step to run Kindie mobile application