Susan Crayne

Results 4 comments of Susan Crayne

Apparently sendSMS doesn't work on an IOS Simulator. I had that problem, and the same code worked on a real IOS device.

f+delete is the normal way to do a forward delete on the Mac. The "delete" key does backward delete

Yes, I can. A quick fix would be to set Config.TRACING_STRATEGY to bt if it is undefined. Would that be unacceptably ugly?

I do have a local .env.bt file with TRACING_STRATEGY=bt. The result of ```` import Config from 'react-native-config' console.log("Config.TRACING_STRATEGY is " + Config.TRACING_STRATEGY); ```` is LOG Config.TRACING_STRATEGY is undefined