Skip to content

Commit

Permalink
Update geocodingConfig.js
Browse files Browse the repository at this point in the history
  • Loading branch information
lawalalao authored May 18, 2024
1 parent 44ce8dd commit 4a5584b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/geocodingConfig.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
import Geocoder from 'react-native-geocoding';

Geocoder.init('AIzaSyBIZHsIa0vuSctx3Z6dSSSzO4OnVGK4iKU'); // Remplacez par votre clé API Google Maps
Geocoder.init('pi'); // Remplacez par votre clé API Google Maps

export default Geocoder;

0 comments on commit 4a5584b

Please sign in to comment.