Questions tagged [expo-module]

5 questions
4
votes
0 answers

Using expo-modules with 3rd party local xcframework (iOS)

I'm trying to build a react-native wrapper module for the official Spotify SDK, using expo-modules. I've added the SDK in my .podspec file using s.vendored_frameworks. Example app's project pre-build works fine, but the framework's header files do…
1
vote
1 answer

Import local framework on expo module

I'm using documentation here to create my custom expo module. npx create-expo-module FooModule Using this instruction, for example on ios folder, only .swift files are generated. I have to import a custom framework (a local folder) and use it inside…
Luca Davanzo
  • 21,000
  • 15
  • 120
  • 146
0
votes
0 answers

REACT-NATIVE Task :expo-modules-core:externalNativeBuildCleanRelease FAILED

I am a newbie to React Native. I was trying to build an APK in my project. I was successfully able to make APKs before in the current project. But recently I started getting the following error. I have no idea why or what is causing this. I even…
ARC
  • 1
  • 1
0
votes
0 answers

How to access supportFragmentManager in a react native expo module

I'm trying to create a native view using expo modules, and need to use fragments. How can I access supportFragmentManager to make transactions inside the view. I've tried casting appContext.activityProvider?.currentActivity to AppCompatActivity but…
Fine Boy
  • 321
  • 4
  • 6
0
votes
0 answers

Expo Module : new Activity did'nt return appropriate resultCode

Context Expo SDK Version : 48 Platform : Android 11 In the "ExpoSettings" ExpoModule application sample, I'd like to create an Activity "on demand" when pressing a button. Issue onCreate and onDestroy Activity's callbacks aren't called. The…
47tibo
  • 11
  • 4