I have created a PCF component using react JS and from there i am trying to open field service mobile app to the specific work order using deep link but I am not sure how to add deep linking inside PCF component.
I have read this doc https://docs.microsoft.com/en-us/dynamics365/field-service/mobile-deeplink#deep-link-to-field-service-mobile but it only show field service deep link ```fsmobile://open?jsbridge;msdyn_workorder;9a98d429-fe1e-e911-a977-000d3a370909```.
I am new to PCF component and react JS.
please, help me.