Coder Social home page Coder Social logo

alanjhughes / expo-google-places-autocomplete Goto Github PK

View Code? Open in Web Editor NEW
21.0 21.0 8.0 1.81 MB

License: MIT License

JavaScript 4.82% Kotlin 11.52% Ruby 9.92% Swift 10.71% TypeScript 36.39% Java 19.94% Objective-C 0.71% Objective-C++ 5.78% C 0.22%

expo-google-places-autocomplete's People

Contributors

alanjhughes avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar

expo-google-places-autocomplete's Issues

compileDebugJavaWithJavac and compileDebugKotlin should be set to the same Java version

`* What went wrong:
Execution failed for task ':expo-google-places-autocomplete:compileDebugKotlin'.

'compileDebugJavaWithJavac' task (current target is 17) and 'compileDebugKotlin' task (current target is 11) jvm target compatibility should be set to the same Java version.
Consider using JVM toolchain: https://kotl.in/gradle/jvm/toolchain`

It seems like my JVM version is higher than this plugin (?) and am being asked to downgrade (if I understand this error correctly). Is there a way to make this setting more flexible?

Expo error: Exception in Hostfunction

I noticed this issue once I installed the package, I don't know what caused the issue seemed to be working for me at first, then stopped. I am also new in expo react-native development so the development build info is confusing to me.

Reproduction steps:

  • Install package
  • npx expo start --dev-client
  • Run on IOS simulator device

So I have this working in Testflight, but locally can't get it to work.

Screenshot 2023-06-17 at 10 23 32 PM

Cannot find native module 'ExpoGooglePlacesAutocomplete'

ERROR Error: Cannot find native module 'ExpoGooglePlacesAutocomplete', js engine: hermes
ERROR Invariant Violation: "main" has not been registered. This can happen if:

  • Metro (the local dev server) is run from the wrong folder. Check if Metro is running,

Hi I am trying to give this a shot. Can I get some help please :)

Cannot find native module ExpoGooglePlacesAutocomplete

I had this issue popping constantly and i decide to check the package folder, i noticed an error which i corrected and it's working now.

After Installation, i noticed this export in ExpoGooglePlacesAutocompleteModule.js

export default requireNativeModule("ExpoGooglePlacesAutocomplete",) as ExpoGooglePlacesAutocompleteModule;

I removed the comma and everything works fine. The final export is:

export default requireNativeModule("ExpoGooglePlacesAutocomplete") as ExpoGooglePlacesAutocompleteModule;

Error: Cannot find native module 'ExpoGooglePlacesAutocomplete'

Hello,

Thanks for the great package. I am trying to use the lib since it exposes the functions to build your own component. However, upon installation, I am receiving an error that it cannot find native module 'ExpoGooglePlacesAutocomplete'. This is an expo managed project, so I was under the assumption that I would not have to run npx pod-install. Would this still be necessary in an expo-managed project? My node version is ^17.0.39 and my expo version is ^45.0.0. Thanks.

Screen Shot 2023-01-03 at 4 35 49 PM

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.