Smit Luvani
Smit Luvani
Did you find the solution? #52 may resolve the issue. Please let me know if you have another working solution.
> > @totoledao if anything, 5.0.2 should work fine on your version of RN. The new arch was introduced in 5.1.0, which may (I don't think it does) have a...
It's working fine with the function. I think you miss the step JSON.stringify(). Input should be a JSON string, not an object.
You can pass a function that can fetch the latest desired IP list. `const ips = function() { return ['127.0.0.1'] } // Create the server app.use(ipfilter(ips, { mode: 'allow' }))...