MaximeLozach

Results 6 comments of MaximeLozach

Same issue here y have my serverless.yml start like this : ``` service: my-service useDotenv: true plugins: - serverless-offline provider: name: aws runtime: nodejs14.x ``` my dependencies in package.json like...

Going through all the issue I think my solution might be in implementing `restoreStateIdentifier` and `restoreStateFunction` when I create the BleManager. Because the issue seems to occure when the object...

Update: I implemented this ```js stateFunction = (bleRestoredState) => { console.log(`[RESTORED STATE]`) console.log(bleRestoredState) if (bleRestoredState == null) { console.log("BleManager was constructed for the first time.") } else { console.log("BleManager was...

After continuing my research; It looks like the issue occurs on reload with metro. I lost the instance of BleManager and it's what stuck my app in connected but not...

Well not really. We use the registry of gitlab to push our lib as artifact that get imported via npm. The mecanism is the same as public artifact so their...

Hi @mthinh, Can you provide more detail on your solution please. You mean the root build.gradle of your projet or of the dependency ? You put it like this at...