Navigation Screen Using React Navigation : Part 10

Post Views: 522 Navigation in react native is based on many plateform which you can install and use from npm. I am going to use here react navigator So open terminal or command prompt and run this command npm install –save react-navigation If you want to read more about react navigation please go here https://facebook.github.io/react-native/docs/navigation.html When […]

Read more

Calling component by navigation props : Part 12

Post Views: 529 Calling component by navigation props- So first open App.js . In this file we have called Index component so now we will call this using navigation here So make a function renderIndex before render() function and call it in return renderIndex() { this.props.navigation.navigate(‘Index’); } And in return () function after header component replace <Index /> with { this.renderIndex() […]

Read more

Passing Navigation props to screen : Part 14

Post Views: 515 Passing Navigation props to screen – Open View Video.js file and get props video id . so our code should be to get value. this.props.navigation.state.params.vidid; so add const videoId = this.props.navigation.state.params.vidid; Now we can call { vidid } and use to display videoid which is clicked on VideoList page. So to check it  […]

Read more

Steps to upgrade Online CRM to Dynamics 365

Post Views: 599 Steps to upgrade Online CRM to Dynamics 365 – Microsoft Dynamics 365 CRM out into the market and to use new features like field services etc, you have to upgrade online CRM to 365. Upgrading online CRM is very confusing as users have not full control over instance and have fear to lose […]

Read more

Adding Content Templates to Editor in Kentico 9

Post Views: 676 Adding Content Templates to Editor in Kentico 9 – It’s handy to adding site typography as content templates in Kentico CKeditor. Follow steps given below to add and customize CKeditor toolbar and include new content templates. Important : Must check Kentico CKeditor version to download content templates from given link http://ckeditor.com/addon/templates. Step1: Download sample content template […]

Read more

Dynamics CRM 2015 setup a demo Virtual Machine.

Post Views: 506 Dynamics CRM 2015  setup a demo Virtual Machine. With most MicroSoft  products this is pretty easy to setting up, but Dynamics has a more heavier requirements list. The prerequisites include: Windows Server Active Directory (yep you’ll need to setup a domain controller) SQL Server Server 2012/2014  Reporting Services 2012/2014 let’s get started: Step 1: […]

Read more

1 2 3
top