-
-
Notifications
You must be signed in to change notification settings - Fork 10
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix(added readme.md files): added readme.md files
- Loading branch information
Showing
9 changed files
with
81 additions
and
8 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +0,0 @@ | ||
|
||
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1,13 @@ | ||
## 1. Happy Flow | ||
|
||
#### a) Provide mandatory fields | ||
```js | ||
<LiveLocationTracking | ||
googleKey="AIzaSyCimWLcCkTc03jZrTE6TxfTH0PauR2Keps" | ||
isProdKey={false} | ||
destinationLatLng={{ lat: 12.9541033, lng: 77.7091133 }} | ||
/> | ||
``` | ||
> [!Note] | ||
> Passing production googleKey require to pass isProdKey as a true. | ||
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,20 @@ | ||
1. sudo vim /etc/hosts | ||
2. 127.0.0.1 beta.reliancedigital.live | ||
2. 127.0.0.1 beta.mysite.live | ||
3. chrome://net-internals/#hsts | ||
4. delete beta.reliancedigital.live | ||
4. delete beta.mysite.live | ||
5. chrome://flags/#unsafely-treat-insecure-origin-as-secure | ||
6. add domain [beta.reliancedigital.live](http://beta.reliancedigital.live:9003) | ||
6. add domain [beta.mysite.live](http://beta.mysite.live:9003) | ||
|
||
## 1. Happy Flow | ||
|
||
#### a) Provide mandatory fields | ||
```js | ||
<LocateMe | ||
googleKey="AIzaSyCimWLcCkTc03jZrTE6TxfTH0PauR2Keps" | ||
isProdKey={false} | ||
> | ||
Locate Me | ||
</LocateMe> | ||
``` | ||
> [!Note] | ||
> Passing production googleKey require to pass isProdKey as a true. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,20 @@ | ||
1. sudo vim /etc/hosts | ||
2. 127.0.0.1 beta.reliancedigital.live | ||
2. 127.0.0.1 beta.mysite.live | ||
3. chrome://net-internals/#hsts | ||
4. delete beta.reliancedigital.live | ||
4. delete beta.mysite.live | ||
5. chrome://flags/#unsafely-treat-insecure-origin-as-secure | ||
6. add domain [beta.reliancedigital.live](http://beta.reliancedigital.live:9003) | ||
6. add domain [beta.mysite.live](http://beta.mysite.live:9003) | ||
|
||
## 1. Happy Flow | ||
|
||
#### a) Provide mandatory fields | ||
```js | ||
<LocateMe | ||
googleKey="AIzaSyCimWLcCkTc03jZrTE6TxfTH0PauR2Keps" | ||
isProdKey={false} | ||
> | ||
Locate Me | ||
</LocateMe> | ||
``` | ||
> [!Note] | ||
> Passing production googleKey require to pass isProdKey as a true. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1,5 @@ | ||
## 1. Happy Flow | ||
|
||
```js | ||
<PhoneBook /> | ||
``` |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1,6 @@ | ||
|
||
## 1. Happy Flow | ||
|
||
```js | ||
<Share /> | ||
``` |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1,15 @@ | ||
## 1. Happy Flow | ||
|
||
```js | ||
<VoiceRecognitionInit> | ||
<VoiceRecognitionIcon> | ||
Voice Icon | ||
</VoiceRecognitionIcon> | ||
<VoiceRecognitionModal> | ||
<div>Voice Modal</div> | ||
</VoiceRecognitionModal> | ||
</VoiceRecognitionInit> | ||
``` | ||
|
||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1,12 @@ | ||
|
||
## 1. Happy Flow | ||
|
||
```js | ||
<TextToSpeech.Init text="Password field is not contained in a form: (More info: "> | ||
<TextToSpeech.Start>TextToSpeech-Start</TextToSpeech.Start> | ||
<TextToSpeech.Stop>TextToSpeech-Stop</TextToSpeech.Stop> | ||
</TextToSpeech.Init> | ||
``` | ||
|
||
|
||
|