Roji Philip

Results 2 issues of Roji Philip

@FaridSafi Coming from [this issue](https://github.com/Expensify/App/issues/46771), this PR attempt to support `Autocomplete (New)` and `Place Details (New)` API. Also, this PR adds `sessionToken` support.

Follow-up PR to [this](https://github.com/FaridSafi/react-native-google-places-autocomplete/pull/943) to resolve native platform issues: - Implement session token using random generator instead of crypto.getRandomValues which is not supported on iOS native devices. - Add `content-type`...