Skip to content

Commit

Permalink
🐛 Fix GRPC client
Browse files Browse the repository at this point in the history
  • Loading branch information
valentinbreiz committed Dec 23, 2023
1 parent 6c92210 commit 2c8bb8d
Show file tree
Hide file tree
Showing 3 changed files with 275 additions and 1 deletion.
4 changes: 4 additions & 0 deletions AppHoneyBrain/App.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,10 @@ import React from 'react';
import { NavigationContainer } from '@react-navigation/native';
import AppNavigator from './Nav/AppNavigator';

import '@stardazed/streams-polyfill';
import { polyfill as polyfillEncoding } from 'react-native-polyfill-globals/src/encoding'; // Requires peer dependency `text-encoding`
polyfillEncoding();

export default function App() {
return (
<NavigationContainer>
Expand Down
Loading

0 comments on commit 2c8bb8d

Please sign in to comment.